reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
68 V = new Argument(Type::getInt32Ty(context)); 138 V = new Argument(Type::getInt32PtrTy(context)); 140 Constant *Z = Constant::getNullValue(Type::getInt32Ty(context)); 144 GetElementPtrInst::Create(Type::getInt32Ty(context), V, ops); 152 V = new Argument(Type::getInt32Ty(context)); 162 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; 163 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false); 166 BasicBlock *BB = BasicBlock::Create(context, "", F1); 187 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; 188 FunctionType *FT1 = FunctionType::get(Type::getVoidTy(context), ArgTy1, false); 192 BasicBlock *BB = BasicBlock::Create(context, "", F1); 210 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; 211 FunctionType *FT = FunctionType::get(Type::getVoidTy(context), ArgTy1, false); 212 V = new Argument(Type::getInt32Ty(context)); 216 BasicBlock *BB1 = BasicBlock::Create(context, "", F); 219 BasicBlock *BB2 = BasicBlock::Create(context, "", F); 259 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; 260 FunctionType *FT = FunctionType::get(Type::getVoidTy(context), ArgTy1, false); 261 V = new Argument(Type::getInt32Ty(context)); 265 BasicBlock *BB1 = BasicBlock::Create(context, "", F); 268 BasicBlock *BB2 = BasicBlock::Create(context, "", F); 312 Type *ArgTy1[] = {Type::getInt32PtrTy(context)}; 313 FunctionType *FT = FunctionType::get(Type::getVoidTy(context), ArgTy1, false); 314 V = new Argument(Type::getInt32Ty(context)); 318 BasicBlock *BB1 = BasicBlock::Create(context, "", F); 321 BasicBlock *BB2 = BasicBlock::Create(context, "", F);