|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Type.h 423 static IntegerType *getInt32Ty(LLVMContext &C);
References
examples/BrainF/BrainF.cpp 70 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) };
76 module->getOrInsertFunction("getchar", IntegerType::getInt32Ty(C));
80 "putchar", IntegerType::getInt32Ty(C), IntegerType::getInt32Ty(C));
80 "putchar", IntegerType::getInt32Ty(C), IntegerType::getInt32Ty(C));
93 Type* IntPtrTy = IntegerType::getInt32Ty(C);
156 "puts", IntegerType::getInt32Ty(C),
164 Constant *zero_32 = Constant::getNullValue(IntegerType::getInt32Ty(C));
231 CreateSExt(tape_0, IntegerType::getInt32Ty(C), tapereg);
examples/BrainF/BrainFDriver.cpp 76 Type::getInt32Ty(mod->getContext()),
77 {Type::getInt32Ty(mod->getContext()),
examples/Fibonacci/fibonacci.cpp 54 FunctionType *FibFTy = FunctionType::get(Type::getInt32Ty(Context),
55 {Type::getInt32Ty(Context)}, false);
63 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1);
64 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
examples/HowToUseJIT/HowToUseJIT.cpp 72 Function::Create(FunctionType::get(Type::getInt32Ty(Context),
73 {Type::getInt32Ty(Context)}, false),
103 Function::Create(FunctionType::get(Type::getInt32Ty(Context), {}, false),
examples/HowToUseLLJIT/HowToUseLLJIT.cpp 29 Function::Create(FunctionType::get(Type::getInt32Ty(*Context),
30 {Type::getInt32Ty(*Context)}, false),
examples/ModuleMaker/ModuleMaker.cpp 39 FunctionType::get(Type::getInt32Ty(Context), /*not vararg*/false);
50 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
51 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3);
examples/ParallelJIT/ParallelJIT.cpp 54 Function::Create(FunctionType::get(Type::getInt32Ty(Context),
55 {Type::getInt32Ty(Context)}, false),
63 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1);
84 FunctionType *FibFTy = FunctionType::get(Type::getInt32Ty(Context),
85 {Type::getInt32Ty(Context)}, false);
93 Value *One = ConstantInt::get(Type::getInt32Ty(Context), 1);
94 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
include/llvm/IR/IRBuilder.h 399 return Type::getInt32Ty(Context);
1756 Value *Idx = ConstantInt::get(Type::getInt32Ty(Context), Idx0);
1766 Value *Idx = ConstantInt::get(Type::getInt32Ty(Context), Idx0);
1777 ConstantInt::get(Type::getInt32Ty(Context), Idx0),
1778 ConstantInt::get(Type::getInt32Ty(Context), Idx1)
1790 ConstantInt::get(Type::getInt32Ty(Context), Idx0),
1791 ConstantInt::get(Type::getInt32Ty(Context), Idx1)
1879 Constant *Zero = ConstantInt::get(Type::getInt32Ty(Context), 0);
2531 Constant *Zero = ConstantInt::get(Type::getInt32Ty(Context), 0);
2579 Constant *Zero = ConstantInt::get(Type::getInt32Ty(Context), 0);
include/llvm/ProfileData/InstrProfData.inc 89 INSTR_PROF_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), NumCounters, \
90 ConstantInt::get(llvm::Type::getInt32Ty(Ctx), NumCounters))
156 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
158 VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx)) \
220 COVMAP_FUNC_RECORD(const uint32_t, llvm::Type::getInt32Ty(Ctx), DataSize, \
221 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx),\
lib/Analysis/ConstantFolding.cpp 412 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), DL);
517 MapTy = Type::getInt32Ty(C->getContext());
971 NewIdxs.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()),
lib/Analysis/InstructionSimplify.cpp 4881 Type *Int32Ty = Type::getInt32Ty(Ptr->getContext());
lib/Analysis/ScalarEvolution.cpp 7995 return getConstant(Type::getInt32Ty(getContext()), IterationNum);
8105 C2, Type::getInt32Ty(C->getContext()), true);
lib/Analysis/ScalarEvolutionExpander.cpp 479 ConstantInt::get(Type::getInt32Ty(Ty->getContext()), ElIdx));
493 Constant::getNullValue(Type::getInt32Ty(Ty->getContext())));
lib/Analysis/ValueTracking.cpp 3225 Ty = Type::getInt32Ty(Ctx);
lib/Bitcode/Reader/BitcodeReader.cpp 2330 Type *CurTy = Type::getInt32Ty(Context);
2331 Type *CurFullTy = Type::getInt32Ty(Context);
2659 Op1 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
2680 Op2 = ValueList.getConstantFwdRef(Record[2], Type::getInt32Ty(Context));
2692 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context),
2706 Type *ShufTy = VectorType::get(Type::getInt32Ty(Context),
lib/Bitcode/Reader/ValueList.cpp 40 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
lib/CodeGen/AtomicExpandPass.cpp 1210 StoreSuccess, ConstantInt::get(Type::getInt32Ty(Ctx), 0), "success");
1631 ConstantInt::get(Type::getInt32Ty(Ctx), (int)toCABI(Ordering));
1636 ConstantInt::get(Type::getInt32Ty(Ctx), (int)toCABI(Ordering2));
lib/CodeGen/CodeGenPrepare.cpp 6744 ConstantInt::get(Type::getInt32Ty(SI.getContext()), 1));
lib/CodeGen/ExpandMemCmp.cpp 290 LoadSrc1 = Builder.CreateZExt(LoadSrc1, Type::getInt32Ty(CI->getContext()));
291 LoadSrc2 = Builder.CreateZExt(LoadSrc2, Type::getInt32Ty(CI->getContext()));
420 Value *Zero = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 0);
491 Value *Zero = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 0);
505 Value *Res = ConstantInt::get(Type::getInt32Ty(CI->getContext()), 1);
538 PhiRes = Builder.CreatePHI(Type::getInt32Ty(CI->getContext()), 2, "phi.res");
560 return Builder.CreateZExt(Cmp, Type::getInt32Ty(CI->getContext()));
lib/CodeGen/GlobalISel/IRTranslator.cpp 944 Type *Int32Ty = Type::getInt32Ty(U.getContext());
lib/CodeGen/GlobalISel/LegalizerHelper.cpp 570 ToSize == 32 ? Type::getInt32Ty(Ctx) : Type::getInt64Ty(Ctx),
586 FromSize == 32 ? Type::getInt32Ty(Ctx) : Type::getInt64Ty(Ctx));
lib/CodeGen/GlobalMerge.cpp 441 Type *Int32Ty = Type::getInt32Ty(M.getContext());
lib/CodeGen/InterleavedLoadCombinePass.cpp 888 ConstantInt::get(Type::getInt32Ty(LI->getContext()), 0),
889 ConstantInt::get(Type::getInt32Ty(LI->getContext()), i),
lib/CodeGen/IntrinsicLowering.cpp 263 Type::getInt32Ty(Context));
405 Type::getInt32Ty(Context),
lib/CodeGen/MIRParser/MIParser.cpp 2300 Type *I32Ty = Type::getInt32Ty(Ctx);
lib/CodeGen/PreISelIntrinsicLowering.cpp 33 Type *Int32Ty = Type::getInt32Ty(F.getContext());
lib/CodeGen/SafeStack.cpp 211 Int32Ty(Type::getInt32Ty(F.getContext())),
lib/CodeGen/ShadowStackGCLowering.cpp 116 Type *Int32Ty = Type::getInt32Ty(F.getContext());
150 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0),
151 ConstantInt::get(Type::getInt32Ty(F.getContext()), 0)};
185 EltTys.push_back(Type::getInt32Ty(M.getContext()));
187 EltTys.push_back(Type::getInt32Ty(M.getContext()));
260 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0),
261 ConstantInt::get(Type::getInt32Ty(Context), Idx),
262 ConstantInt::get(Type::getInt32Ty(Context), Idx2)};
273 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0),
274 ConstantInt::get(Type::getInt32Ty(Context), Idx)};
lib/CodeGen/SjLjEHPrepare.cpp 86 Type *Int32Ty = Type::getInt32Ty(M.getContext());
106 Type *Int32Ty = Type::getInt32Ty(I->getContext());
115 ConstantInt::get(Type::getInt32Ty(I->getContext()), Number);
192 Type *Int32Ty = Type::getInt32Ty(F.getContext());
420 ConstantInt::get(Type::getInt32Ty(F.getContext()), I + 1);
lib/CodeGen/ValueTypes.cpp 273 case MVT::i32: return Type::getInt32Ty(Context);
312 case MVT::v1i32: return VectorType::get(Type::getInt32Ty(Context), 1);
313 case MVT::v2i32: return VectorType::get(Type::getInt32Ty(Context), 2);
314 case MVT::v3i32: return VectorType::get(Type::getInt32Ty(Context), 3);
315 case MVT::v4i32: return VectorType::get(Type::getInt32Ty(Context), 4);
316 case MVT::v5i32: return VectorType::get(Type::getInt32Ty(Context), 5);
317 case MVT::v8i32: return VectorType::get(Type::getInt32Ty(Context), 8);
318 case MVT::v16i32: return VectorType::get(Type::getInt32Ty(Context), 16);
319 case MVT::v32i32: return VectorType::get(Type::getInt32Ty(Context), 32);
320 case MVT::v64i32: return VectorType::get(Type::getInt32Ty(Context), 64);
321 case MVT::v128i32: return VectorType::get(Type::getInt32Ty(Context), 128);
322 case MVT::v256i32: return VectorType::get(Type::getInt32Ty(Context), 256);
323 case MVT::v512i32: return VectorType::get(Type::getInt32Ty(Context), 512);
324 case MVT::v1024i32:return VectorType::get(Type::getInt32Ty(Context), 1024);
325 case MVT::v2048i32:return VectorType::get(Type::getInt32Ty(Context), 2048);
394 return VectorType::get(Type::getInt32Ty(Context), 1, /*Scalable=*/ true);
396 return VectorType::get(Type::getInt32Ty(Context), 2, /*Scalable=*/ true);
398 return VectorType::get(Type::getInt32Ty(Context), 4, /*Scalable=*/ true);
400 return VectorType::get(Type::getInt32Ty(Context), 8, /*Scalable=*/ true);
402 return VectorType::get(Type::getInt32Ty(Context), 16,/*Scalable=*/ true);
404 return VectorType::get(Type::getInt32Ty(Context), 32,/*Scalable=*/ true);
lib/FuzzMutate/Operations.cpp 198 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext());
256 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext());
302 auto *Int32Ty = Type::getInt32Ty(Cur[0]->getContext());
lib/IR/AutoUpgrade.cpp 1672 ConstantAsMetadata::get(ConstantInt::get(Type::getInt32Ty(C), 1)));
1699 ConstantAsMetadata::get(ConstantInt::get(Type::getInt32Ty(C), 1)));
1783 Type *ExtTy = Type::getInt32Ty(C);
1908 Type *I32Ty = Type::getInt32Ty(C);
2229 Value *Trunc0 = Builder.CreateTrunc(CI->getArgOperand(0), Type::getInt32Ty(C));
2241 Type *I32Ty = Type::getInt32Ty(C);
2338 Type *MaskTy = VectorType::get(Type::getInt32Ty(C), NumElts);
3025 C, ConstantAsMetadata::get(ConstantInt::get(Type::getInt32Ty(C), 1)));
4003 Type *Int32Ty = Type::getInt32Ty(M.getContext());
lib/IR/BasicBlock.cpp 73 ConstantInt::get(llvm::Type::getInt32Ty(getContext()), 1);
lib/IR/ConstantFold.cpp 114 Constant::getNullValue(Type::getInt32Ty(DPTy->getContext()));
842 auto *Ty = Type::getInt32Ty(Val->getContext());
lib/IR/Constants.cpp 1930 Constant *GEPIdx = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1);
1943 Constant *One = ConstantInt::get(Type::getInt32Ty(Ty->getContext()), 1);
1951 return getOffsetOf(STy, ConstantInt::get(Type::getInt32Ty(STy->getContext()),
2606 Type *Ty = VectorType::get(Type::getInt32Ty(Context), Elts.size());
lib/IR/Core.cpp 556 return (LLVMTypeRef) Type::getInt32Ty(*unwrap(C));
3422 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
3433 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext());
lib/IR/Instructions.cpp 1200 Amt = ConstantInt::get(Type::getInt32Ty(Context), 1);
1828 Type *Int32Ty = Type::getInt32Ty(getContext());
lib/IR/MDBuilder.cpp 48 Type *Int32Ty = Type::getInt32Ty(Context);
lib/IR/Module.cpp 339 Type *Int32Ty = Type::getInt32Ty(Context);
351 Type *Int32Ty = Type::getInt32Ty(Context);
lib/IR/ProfileSummary.cpp 49 Type *Int32Ty = Type::getInt32Ty(Context);
lib/IR/Type.cpp 233 return getInt32Ty(C)->getPointerTo(AS);
253 case 32: return cast<IntegerType>(Type::getInt32Ty(C));
lib/ProfileData/InstrProf.cpp 958 ConstantInt::get(Type::getInt32Ty(Ctx), ValueKind)));
lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp 144 Type::getInt32Ty(Ptr->getContext()), APInt(64, 0));
lib/Target/AMDGPU/AMDGPULibFunc.cpp 883 case AMDGPULibFunc::I32: T = Type::getInt32Ty(C); break;
lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp 152 Type *I32Ty = Type::getInt32Ty(Ctx);
219 llvm::Type *ResType = llvm::Type::getInt32Ty(Ctx);
325 Type *SizetTy = Type::getInt32Ty(Ctx);
402 Type *Int32Ty = Type::getInt32Ty(Ctx);
486 IntegerType *Int32Ty = Type::getInt32Ty(ArgType->getContext());
508 IType = dyn_cast<Type>(Type::getInt32Ty(ArgType->getContext()));
520 IType = dyn_cast<Type>(Type::getInt32Ty(ArgType->getContext()));
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp 244 Type *I32Ty = Type::getInt32Ty(Mod->getContext());
820 Constant::getNullValue(Type::getInt32Ty(Mod->getContext())),
lib/Target/AMDGPU/R600OpenCLImageTypeLoweringPass.cpp 370 Int32Type = Type::getInt32Ty(M.getContext());
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp 142 IntMask = ST.isWave32() ? Type::getInt32Ty(Context)
lib/Target/ARM/ARMBaseRegisterInfo.cpp 466 ConstantInt::get(Type::getInt32Ty(MF.getFunction().getContext()), Val);
lib/Target/ARM/ARMCodeGenPrepare.cpp 138 ExtTy(Type::getInt32Ty(Ctx)) { }
lib/Target/ARM/ARMConstantPoolValue.cpp 47 : MachineConstantPoolValue((Type*)Type::getInt32Ty(C)),
162 return new ARMConstantPoolConstant((Type*)Type::getInt32Ty(GV->getContext()),
lib/Target/ARM/ARMFastISel.cpp 1488 Constant *Zero = ConstantInt::get(Type::getInt32Ty(*Context), 0);
2190 GlobalValue *GV = new GlobalVariable(M, Type::getInt32Ty(*Context), false,
lib/Target/ARM/ARMISelDAGToDAG.cpp 2989 ConstantInt::get(Type::getInt32Ty(*CurDAG->getContext()), Val),
lib/Target/ARM/ARMISelLowering.cpp 3202 Entry.Ty = (Type *) Type::getInt32Ty(*DAG.getContext());
3208 CallingConv::C, Type::getInt32Ty(*DAG.getContext()),
9642 Type *Int32Ty = Type::getInt32Ty(MF->getFunction().getContext());
9743 Type *Int32Ty = Type::getInt32Ty(MF->getFunction().getContext());
10145 Type *Int32Ty = Type::getInt32Ty(MF->getFunction().getContext());
16026 case MVT::i32: RetTyElement = Type::getInt32Ty(*DAG.getContext()); break;
16663 Type *Int32Ty = Type::getInt32Ty(M->getContext());
lib/Target/ARM/ARMLegalizerInfo.cpp 385 Type *ArgTy = Type::getInt32Ty(Ctx);
419 auto *RetTy = Type::getInt32Ty(Ctx);
lib/Target/ARM/ARMSelectionDAGInfo.cpp 96 Entry.Ty = Type::getInt32Ty(*DAG.getContext());
lib/Target/ARM/ARMTargetTransformInfo.cpp 998 HWLoopInfo.CountType = Type::getInt32Ty(C);
lib/Target/ARM/ThumbRegisterInfo.cpp 72 Type::getInt32Ty(MBB.getParent()->getFunction().getContext()), Val);
91 Type::getInt32Ty(MBB.getParent()->getFunction().getContext()), Val);
lib/Target/BPF/BPFAbstractMemberAccess.cpp 289 ConstantInt::get(Type::getInt32Ty(Call->getParent()->getContext()), 0);
855 VarType = Type::getInt32Ty(BB->getContext()); // 32bit return value
870 auto *LDInst = new LoadInst(Type::getInt32Ty(BB->getContext()), GV);
lib/Target/Hexagon/HexagonCommonGEP.cpp 1108 Type *Int32Ty = Type::getInt32Ty(*Ctx);
lib/Target/Hexagon/HexagonConstPropagation.cpp 1986 IntegerType *Ty = (W == 32) ? Type::getInt32Ty(CX)
2243 IntegerType *Ty = Type::getInt32Ty(CX);
lib/Target/Hexagon/HexagonGenExtract.cpp 119 CSR = ConstantInt::get(Type::getInt32Ty(Ctx), 0);
128 CSL = ConstantInt::get(Type::getInt32Ty(Ctx), 0);
135 CSL = ConstantInt::get(Type::getInt32Ty(Ctx), 0);
lib/Target/Hexagon/HexagonISelLowering.cpp 3281 Value *Ext = Builder.CreateZExt(Cmp, Type::getInt32Ty(M->getContext()));
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp 2252 Type *Int32Ty = Type::getInt32Ty(Ctx);
lib/Target/Mips/MipsConstantIslandPass.cpp 1657 Type::getInt32Ty(MF->getFunction().getContext());
lib/Target/NVPTX/NVPTXAsmPrinter.cpp 1811 } else if (ETy == Type::getInt32Ty(CPV->getContext())) {
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp 221 Value *Idx = ConstantInt::get(Type::getInt32Ty(M->getContext()), i);
lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp 111 ConstantInt::get(Type::getInt32Ty(Context), NumLoads);
lib/Target/NVPTX/NVVMIntrRange.cpp 72 IntegerType *Int32Ty = Type::getInt32Ty(Context);
lib/Target/PowerPC/PPCBoolRetToInt.cpp 94 : Type::getInt32Ty(V->getContext());
lib/Target/PowerPC/PPCTargetTransformInfo.cpp 550 Type::getInt64Ty(C) : Type::getInt32Ty(C);
lib/Target/Sparc/SparcISelLowering.cpp 2225 Type *RetTy = Type::getInt32Ty(*DAG.getContext());
lib/Target/SystemZ/SystemZTDC.cpp 345 Value *Zero32 = ConstantInt::get(Type::getInt32Ty(Ctx), 0);
lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp 256 Type *MainArgTys[] = {Type::getInt32Ty(C),
258 FunctionType *MainTy = FunctionType::get(Type::getInt32Ty(C), MainArgTys,
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp 1074 SetjmpTableSizeSSA.Initialize(Type::getInt32Ty(C), "setjmpTableSize");
lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp 114 FunctionType::get(Type::getInt32Ty(C),
lib/Target/X86/X86FastISel.cpp 3260 Val = ConstantExpr::getSExt(CI, Type::getInt32Ty(CI->getContext()));
3262 Val = ConstantExpr::getZExt(CI, Type::getInt32Ty(CI->getContext()));
lib/Target/X86/X86ISelLowering.cpp 2294 ConstantInt::get(Type::getInt32Ty(IRB.getContext()), Offset),
45692 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
45706 if (ConstantInt::isValueValidForType(Type::getInt32Ty(*DAG.getContext()),
lib/Target/X86/X86InstrInfo.cpp 5326 Ty = VectorType::get(Type::getInt32Ty(MF.getFunction().getContext()),16);
5329 Ty = VectorType::get(Type::getInt32Ty(MF.getFunction().getContext()), 8);
5331 Ty = VectorType::get(Type::getInt32Ty(MF.getFunction().getContext()), 2);
5333 Ty = VectorType::get(Type::getInt32Ty(MF.getFunction().getContext()), 4);
lib/Target/X86/X86WinEHState.cpp 177 Type::getInt32Ty(TheModule->getContext()),
178 {Int8PtrType, Type::getInt32Ty(TheModule->getContext())},
239 Type::getInt32Ty(Context) // int32_t TryLevel
262 Type::getInt32Ty(Context), // int32_t EncodedScopeTable
263 Type::getInt32Ty(Context) // int32_t TryLevel
391 Type *Int32Ty = Type::getInt32Ty(Context);
lib/Target/XCore/XCoreISelDAGToDAG.cpp 147 ConstantInt::get(Type::getInt32Ty(*CurDAG->getContext()), Val),
lib/Target/XCore/XCoreISelLowering.cpp 299 Ty = Type::getInt32Ty(*DAG.getContext());
lib/Target/XCore/XCoreInstrInfo.cpp 445 Type::getInt32Ty(MBB.getParent()->getFunction().getContext()), Value);
lib/Transforms/Coroutines/CoroFrame.cpp 620 ConstantInt::get(Type::getInt32Ty(C), 0),
621 ConstantInt::get(Type::getInt32Ty(C), Index),
628 Indices.push_back(ConstantInt::get(Type::getInt32Ty(C), 0));
lib/Transforms/IPO/ArgumentPromotion.cpp 263 ConstantInt::get(Type::getInt32Ty(F->getContext()), 0), nullptr};
265 Idxs[1] = ConstantInt::get(Type::getInt32Ty(F->getContext()), i);
290 (ElTy->isStructTy() ? Type::getInt32Ty(F->getContext())
393 Value *Idxs[2] = {ConstantInt::get(Type::getInt32Ty(F->getContext()), 0),
397 Idxs[1] = ConstantInt::get(Type::getInt32Ty(F->getContext()), i);
lib/Transforms/IPO/GlobalOpt.cpp 548 Constant *NullInt =Constant::getNullValue(Type::getInt32Ty(GV->getContext()));
lib/Transforms/IPO/GlobalSplit.cpp 73 IntegerType *Int32Ty = Type::getInt32Ty(GV.getContext());
lib/Transforms/IPO/LowerTypeTests.cpp 393 IntegerType *Int32Ty = Type::getInt32Ty(M.getContext());
lib/Transforms/IPO/WholeProgramDevirt.cpp 480 Int32Ty(Type::getInt32Ty(M.getContext())),
lib/Transforms/InstCombine/InstCombineCalls.cpp 88 return Type::getInt32Ty(Ty->getContext());
774 Type *IntTy32 = Type::getInt32Ty(II.getContext());
854 Type *IntTy32 = Type::getInt32Ty(II.getContext());
922 auto *MaskEltTy = Type::getInt32Ty(II.getContext());
969 auto *MaskEltTy = Type::getInt32Ty(II.getContext());
1019 auto *MaskEltTy = Type::getInt32Ty(II.getContext());
3243 ConstantInt::get(Type::getInt32Ty(II->getContext()),
lib/Transforms/InstCombine/InstCombineCasts.cpp 2365 Constant::getNullValue(Type::getInt32Ty(CI.getContext())));
2397 Constant::getNullValue(Type::getInt32Ty(CI.getContext())));
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp 672 auto *IdxType = Type::getInt32Ty(T->getContext());
1207 auto *IdxType = Type::getInt32Ty(ST->getContext());
lib/Transforms/InstCombine/InstCombineSelect.cpp 1807 Type *Int32Ty = Type::getInt32Ty(CondVal->getContext());
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp 1334 Op, Value, ConstantInt::get(Type::getInt32Ty(I->getContext()), Idx),
1345 Elts.push_back(UndefValue::get(Type::getInt32Ty(I->getContext())));
1347 Elts.push_back(ConstantInt::get(Type::getInt32Ty(I->getContext()),
lib/Transforms/InstCombine/InstCombineVectorOps.cpp 424 Type *Int32Ty = Type::getInt32Ty(EI.getContext());
452 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
458 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()), i));
464 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()),
484 Mask[InsertedIdx] = UndefValue::get(Type::getInt32Ty(V->getContext()));
501 ConstantInt::get(Type::getInt32Ty(V->getContext()),
506 ConstantInt::get(Type::getInt32Ty(V->getContext()),
540 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext());
614 Mask.assign(NumElts, UndefValue::get(Type::getInt32Ty(V->getContext())));
620 Mask.assign(NumElts, ConstantInt::get(Type::getInt32Ty(V->getContext()),0));
651 Mask[i] = ConstantInt::get(Type::getInt32Ty(V->getContext()), i);
657 ConstantInt::get(Type::getInt32Ty(V->getContext()),
669 Type::getInt32Ty(V->getContext()),
686 Mask.push_back(ConstantInt::get(Type::getInt32Ty(V->getContext()), i));
799 Type *Int32Ty = Type::getInt32Ty(InsElt.getContext());
839 Type *I32Ty = IntegerType::getInt32Ty(Shuf->getContext());
875 Type *I32Ty = IntegerType::getInt32Ty(Shuf->getContext());
968 Type *Int32Ty = Type::getInt32Ty(Shuf->getContext());
1004 Mask[I] = ConstantInt::get(Type::getInt32Ty(InsElt.getContext()),
1014 Mask[I] = ConstantInt::get(Type::getInt32Ty(InsElt.getContext()), I);
1294 Type *I32Ty = IntegerType::getInt32Ty(V->getContext());
1856 Type *I32Ty = IntegerType::getInt32Ty(Shuf.getContext());
1899 Type *Int32Ty = Type::getInt32Ty(SVI.getContext());
lib/Transforms/InstCombine/InstructionCombining.cpp 1130 NewIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()),
lib/Transforms/Instrumentation/AddressSanitizer.cpp 1254 ConstantInt::get(Type::getInt32Ty(M.getContext()), MD.LineNo),
1255 ConstantInt::get(Type::getInt32Ty(M.getContext()), MD.ColumnNo),
2482 Type *ExpType = Type::getInt32Ty(*C);
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 1357 ShadowVec, Shadow, ConstantInt::get(Type::getInt32Ty(*DFS.Ctx), i));
lib/Transforms/Instrumentation/GCOVProfiling.cpp 889 Type::getInt32Ty(*Ctx), // uint32_t checksum
901 Type::getInt32Ty(*Ctx), // uint32_t ident
903 Type::getInt32Ty(*Ctx), // uint32_t func_checksum
905 Type::getInt32Ty(*Ctx), // uint32_t cfg_checksum
920 Type::getInt32Ty(*Ctx), // uint32_t num_counters
lib/Transforms/Instrumentation/InstrOrderFile.cpp 77 Type *IdxTy = Type::getInt32Ty(Ctx);
120 IntegerType *Int32Ty = Type::getInt32Ty(Ctx);
lib/Transforms/Instrumentation/InstrProfiling.cpp 991 auto *Int32Ty = Type::getInt32Ty(M->getContext());
lib/Transforms/Scalar/ConstantHoisting.cpp 426 ConstantInt::get(Type::getInt32Ty(*Ctx), Offset.getLimitedValue()),
736 Offset = ConstantInt::get(Type::getInt32Ty(*Ctx), 0);
lib/Transforms/Scalar/Float2Int.cpp 424 Type *Ty = (MinBW > 32) ? Type::getInt64Ty(*Ctx) : Type::getInt32Ty(*Ctx);
lib/Transforms/Scalar/IndVarSimplify.cpp 455 IntegerType *Int32Ty = Type::getInt32Ty(PN->getContext());
lib/Transforms/Scalar/LoopDataPrefetch.cpp 314 Type *I32 = Type::getInt32Ty(BB->getContext());
lib/Transforms/Scalar/MergeICmps.cpp 657 MemCmpCall, ConstantInt::get(Type::getInt32Ty(Context), 0));
lib/Transforms/Scalar/Reg2Mem.cpp 86 Constant::getNullValue(Type::getInt32Ty(F.getContext())),
87 Type::getInt32Ty(F.getContext()), "reg2mem alloca point", &*I);
lib/Transforms/Utils/CodeExtractor.cpp 934 Idx[0] = Constant::getNullValue(Type::getInt32Ty(header->getContext()));
935 Idx[1] = ConstantInt::get(Type::getInt32Ty(header->getContext()), i);
1118 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
1119 Idx[1] = ConstantInt::get(Type::getInt32Ty(Context), i);
1157 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
1158 Idx[1] = ConstantInt::get(Type::getInt32Ty(Context), FirstOut + i);
1260 Idx[0] = Constant::getNullValue(Type::getInt32Ty(Context));
1261 Idx[1] = ConstantInt::get(Type::getInt32Ty(Context), FirstOut + i);
lib/Transforms/Utils/EntryExitInstrumenter.cpp 47 ArrayRef<Value *>(ConstantInt::get(Type::getInt32Ty(C), 0)), "",
lib/Transforms/Utils/EscapeEnumerator.cpp 26 FunctionType::get(Type::getInt32Ty(C), true));
69 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C), Type::getInt32Ty(C));
lib/Transforms/Utils/Local.cpp 708 ConstantInt::get(Type::getInt32Ty(BA->getContext()), 1);
lib/Transforms/Utils/LoopUtils.cpp 204 ConstantAsMetadata::get(ConstantInt::get(Type::getInt32Ty(Context), V))};
lib/Transforms/Utils/SanitizerStats.cpp 38 Type::getInt32Ty(M->getContext()),
78 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext());
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp 376 return Type::getInt32Ty(Ty->getContext());
tools/bugpoint/ExtractFunction.cpp 231 Type *Int32Ty = Type::getInt32Ty(TorList[0].first->getContext());
tools/bugpoint/Miscompilation.cpp 854 2, Constant::getNullValue(Type::getInt32Ty(F->getContext())));
tools/clang/lib/CodeGen/CGGPUBuiltin.cpp 27 llvm::Type::getInt32Ty(M.getContext()), ArgTypes, false);
tools/clang/lib/CodeGen/CGLoopInfo.cpp 67 llvm::Type::getInt32Ty(Ctx), Attrs.PipelineInitiationInterval))};
122 llvm::Type::getInt32Ty(Ctx), Attrs.UnrollCount))};
185 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt32Ty(Ctx),
275 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt32Ty(Ctx),
284 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt32Ty(Ctx),
tools/clang/lib/CodeGen/CGObjCGNU.cpp 2159 Int32Ty = llvm::Type::getInt32Ty(VMContext);
tools/clang/lib/CodeGen/CGObjCMac.cpp 1831 llvm::ConstantInt::get(llvm::Type::getInt32Ty(VMContext), idx0),
1832 llvm::ConstantInt::get(llvm::Type::getInt32Ty(VMContext), idx1)
5004 llvm::Type::getInt32Ty(VMContext), eImageInfo_GarbageCollected))};
tools/clang/lib/CodeGen/CGOpenCLRuntime.cpp 101 llvm::Type *Int32Ty = llvm::IntegerType::getInt32Ty(CGM.getLLVMContext());
111 llvm::Type *Int32Ty = llvm::IntegerType::getInt32Ty(CGM.getLLVMContext());
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp 1851 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), 1))};
tools/clang/lib/CodeGen/CodeGenModule.cpp 107 Int32Ty = llvm::Type::getInt32Ty(LLVMContext);
501 llvm::Type::getInt32Ty(VMContext), 1))};
tools/clang/lib/CodeGen/CodeGenTypes.cpp 648 ResultType = llvm::Type::getInt32Ty(getLLVMContext());
tools/clang/lib/CodeGen/CoverageMappingGen.cpp 1375 auto *Int32Ty = llvm::Type::getInt32Ty(Ctx);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp 1922 llvm::IntegerType::getInt32Ty(CGF.getLLVMContext()),
tools/clang/lib/CodeGen/SanitizerMetadata.cpp 98 llvm::Type::getInt32Ty(VMContext), PLoc.getLine())),
100 llvm::Type::getInt32Ty(VMContext), PLoc.getColumn())),
tools/clang/lib/CodeGen/TargetInfo.cpp 1677 llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext);
5119 llvm::Type *ResType = llvm::Type::getInt32Ty(getVMContext());
5124 llvm::VectorType::get(llvm::Type::getInt32Ty(getVMContext()), 2);
5129 llvm::VectorType::get(llvm::Type::getInt32Ty(getVMContext()), 4);
5830 llvm::Type::getInt32Ty(getVMContext());
5835 llvm::Type::getInt32Ty(getVMContext()), Size / 32);
5851 llvm::Type::getInt32Ty(getVMContext()), Size / 32);
5885 llvm::Type::getInt32Ty(getVMContext());
5969 ElemTy = llvm::Type::getInt32Ty(getVMContext());
6092 llvm::Type::getInt32Ty(getVMContext());
6126 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext()));
6157 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext()));
6164 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext()));
6166 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(getVMContext());
6525 llvm::ConstantInt::get(llvm::Type::getInt32Ty(Ctx), Operand))};
7493 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext()));
7530 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext()));
7638 llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext);
7792 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext()));
7795 llvm::Type *I32Ty = llvm::Type::getInt32Ty(getVMContext());
7863 return ABIArgInfo::getDirect(llvm::Type::getInt32Ty(getVMContext()));
7866 llvm::Type *I32Ty = llvm::Type::getInt32Ty(getVMContext());
8563 llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext);
tools/clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp 76 return Type::getInt32Ty(C);
94 Type::getInt32Ty(C), Type::getInt32Ty(C));
94 Type::getInt32Ty(C), Type::getInt32Ty(C));
126 DescTy = StructType::create("__tgt_bin_desc", Type::getInt32Ty(C),
239 ConstantInt::get(Type::getInt32Ty(C), ImagesInits.size()), ImagesB,
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp 422 Type *i32_ty = Type::getInt32Ty(m_module->getContext());
1751 IntegerType *offset_type(Type::getInt32Ty(context));
tools/lli/lli.cpp 319 ReturnTy = Type::getInt32Ty(Context);
597 "exit", Type::getVoidTy(Context), Type::getInt32Ty(Context));
tools/llvm-exegesis/lib/Assembler.cpp 76 Type *const ReturnType = Type::getInt32Ty(Module->getContext());
tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp 54 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty,
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp 39 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty,
tools/llvm-stress/llvm-stress.cpp 161 Type::getInt32Ty(Context),
314 Type::getInt32Ty(Context),
485 ConstantInt::get(Type::getInt32Ty(BB->getContext()),
503 Type *I32 = Type::getInt32Ty(BB->getContext());
529 ConstantInt::get(Type::getInt32Ty(BB->getContext()),
tools/opt/Debugify.cpp 151 auto *IntTy = Type::getInt32Ty(Ctx);
tools/polly/lib/Exchange/JSONExporter.cpp 611 {"i32", Type::getInt32Ty(LLVMContext)},
tools/polly/lib/Support/SCEVAffinator.cpp 555 return visit(SE.getZero(Type::getInt32Ty(S->getFunction().getContext())));
unittests/Analysis/AliasAnalysisTest.cpp 172 auto IntType = Type::getInt32Ty(C);
unittests/Analysis/DivergenceAnalysisTest.cpp 78 IntegerType *IntTy = IntegerType::getInt32Ty(Context);
unittests/Analysis/MemoryBuiltinsTest.cpp 26 IntegerType *ArgTy = Type::getInt32Ty(Context);
unittests/Analysis/PhiValuesTest.cpp 25 Type *I32Ty = Type::getInt32Ty(C);
92 Type *I32Ty = Type::getInt32Ty(C);
unittests/Analysis/ScalarEvolutionTest.cpp 128 auto *Ty = Type::getInt32Ty(Context);
150 auto *I32Ty = Type::getInt32Ty(Context);
342 auto *Ty = Type::getInt32Ty(Context);
440 Type *Ty32 = Type::getInt32Ty(Context);
1043 Type *Int32Ty = Type::getInt32Ty(Context);
1098 Type *Int32Ty = Type::getInt32Ty(Context);
unittests/Analysis/TBAATest.cpp 38 auto *IntType = Type::getInt32Ty(C);
unittests/CodeGen/MachineOperandTest.cpp 243 M.getOrInsertGlobal("foo", Type::getInt32Ty(Ctx));
unittests/ExecutionEngine/ExecutionEngineTest.cpp 52 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1");
65 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global1");
77 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1");
87 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global2");
103 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1");
113 GlobalVariable *G2 = NewExtGlobal(Type::getInt32Ty(Context), "Global2");
121 GlobalVariable *G1 = NewExtGlobal(Type::getInt32Ty(Context), "Global1");
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h 81 M, FunctionType::get(Type::getInt32Ty(Context), {}, false), "main");
96 Type::getInt32Ty(Context),
97 {Type::getInt32Ty(Context), Type::getInt32Ty(Context)}, false),
97 {Type::getInt32Ty(Context), Type::getInt32Ty(Context)}, false),
131 Type *GlobalTy = Type::getInt32Ty(Context);
157 FunctionType::get(Type::getInt32Ty(Context),
158 {Type::getInt32Ty(Context)}, false),
unittests/ExecutionEngine/Orc/OrcTestCommon.h 188 return StructType::get(ArrayType::get(Type::getInt32Ty(Context), 256));
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp 98 FunctionType::get(Type::getInt32Ty(Ctx),
99 {Type::getInt32Ty(Ctx),
105 B.CreateRet(ConstantInt::getSigned(Type::getInt32Ty(Ctx), 42));
unittests/FuzzMutate/OperationsTest.cpp 85 Constant *i32 = ConstantInt::get(Type::getInt32Ty(Ctx), 0);
283 Type *Int32Ty = Type::getInt32Ty(Ctx);
333 Type *Int32Ty = Type::getInt32Ty(Ctx);
unittests/FuzzMutate/RandomIRBuilderTest.cpp 102 {Type::getInt8Ty(Ctx), Type::getInt32Ty(Ctx), Type::getInt64Ty(Ctx)};
181 {Type::getInt8Ty(Ctx), Type::getInt32Ty(Ctx), Type::getInt64Ty(Ctx)};
unittests/FuzzMutate/StrategiesTest.cpp 30 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty,
43 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty,
unittests/IR/AsmWriterTest.cpp 26 auto Ty = Type::getInt32Ty(Ctx);
40 auto Ty = Type::getInt32Ty(Ctx);
unittests/IR/AttributesTest.cpp 44 Attribute ByVal = Attribute::get(C, Attribute::ByVal, Type::getInt32Ty(C));
176 StructType *Ty = StructType::create(Type::getInt32Ty(C), "mystruct");
185 A = Attribute::getWithByValType(C, Type::getInt32Ty(C));
unittests/IR/BasicBlockTest.cpp 45 auto *Int32Ty = Type::getInt32Ty(Context);
100 Argument *V = new Argument(Type::getInt32Ty(Ctx));
unittests/IR/ConstantsTest.cpp 196 Type *Int32Ty = Type::getInt32Ty(Context);
308 Type *Int32Ty = Type::getInt32Ty(Context);
376 Type *IntTy = Type::getInt32Ty(Context);
423 Type::getInt32Ty(Context), Type::getInt64Ty(Context)}) {
446 Type::getInt32Ty(Context), Type::getInt64Ty(Context)}) {
466 auto *i32 = Type::getInt32Ty(Context);
489 IntegerType *ConstantIntType(Type::getInt32Ty(Context));
572 IntegerType *IntType(Type::getInt32Ty(Context));
unittests/IR/DataLayoutTest.cpp 52 Type *const FourByteAlignType = Type::getInt32Ty(Context);
unittests/IR/FunctionTest.cpp 19 Type *ArgTypes[] = {Type::getInt8Ty(C), Type::getInt32Ty(C)};
49 Type *ArgTypes[] = {Type::getInt8Ty(C), Type::getInt32Ty(C)};
unittests/IR/InstructionsTest.cpp 70 FArgTypes.push_back(Type::getInt32Ty(Ctx));
85 ConstantInt::get(Type::getInt32Ty(Ctx), 9999),
103 ConstantInt::get(Type::getInt32Ty(Ctx), 9999),
187 Type *Int32Ty = Type::getInt32Ty(C);
427 Type* Int32Ty = Type::getInt32Ty(C);
505 Type *Int32Ty = Type::getInt32Ty(C);
540 Type *Int32Ty = Type::getInt32Ty(C);
567 Type *Int32Ty = Type::getInt32Ty(C);
705 auto *Int32Ty = Type::getInt32Ty(C);
768 auto *Int32Ty = Type::getInt32Ty(C);
806 Type *Int32Ty = Type::getInt32Ty(Ctx);
unittests/IR/ManglerTest.cpp 32 Type *I32Ty = Type::getInt32Ty(Mod.getContext());
unittests/IR/MetadataTest.cpp 109 return ConstantInt::get(Type::getInt32Ty(Context), Counter++);
211 Constant *C = ConstantInt::get(Type::getInt32Ty(Context), 1);
212 Instruction *I = new BitCastInst(C, Type::getInt32Ty(Context));
262 Constant *C = ConstantInt::get(Type::getInt32Ty(Context), 7);
321 Constant *C = ConstantInt::get(Type::getInt32Ty(Context), 7);
2621 ConstantAsMetadata::get(ConstantInt::get(Type::getInt32Ty(Context), 1));
2623 ConstantAsMetadata::get(ConstantInt::get(Type::getInt32Ty(Context), 2));
unittests/IR/ValueHandleTest.cpp 27 : ConstantV(ConstantInt::get(Type::getInt32Ty(Context), 0)),
28 BitcastV(new BitCastInst(ConstantV, Type::getInt32Ty(Context))) {}
44 EXPECT_EQ(Type::getInt32Ty(Context), WVH->getType());
45 EXPECT_EQ(Type::getInt32Ty(Context), (*WVH).getType());
62 EXPECT_EQ(Type::getInt32Ty(Context), WVH->getType());
63 EXPECT_EQ(Type::getInt32Ty(Context), (*WVH).getType());
217 EXPECT_EQ(Type::getInt32Ty(Context), CVH->getType());
218 EXPECT_EQ(Type::getInt32Ty(Context), (*CVH).getType());
327 Constant::getNullValue(Type::getInt32Ty(*Context)));
343 RVH, Constant::getNullValue(Type::getInt32Ty(Context))));
346 EXPECT_EQ(Constant::getNullValue(Type::getInt32Ty(Context)),
348 EXPECT_EQ(Constant::getNullValue(Type::getInt32Ty(Context)),
514 BitcastV.reset(new BitCastInst(ConstantV, Type::getInt32Ty(Context)));
533 BitcastV.reset(new BitCastInst(ConstantV, Type::getInt32Ty(Context)));
unittests/IR/ValueMapTest.cpp 30 : ConstantV(ConstantInt::get(Type::getInt32Ty(Context), 0)),
31 BitcastV(new BitCastInst(ConstantV, Type::getInt32Ty(Context))),
unittests/IR/ValueTest.cpp 50 Type *Int32Ty = Type::getInt32Ty(Ctx);
97 Type *Int32Ty = Type::getInt32Ty(Ctx);
unittests/IR/VectorTypesTest.cpp 21 Type *Int32Ty = Type::getInt32Ty(Ctx);
95 Type *Int32Ty = Type::getInt32Ty(Ctx);
169 Type *Int32Ty = Type::getInt32Ty(Ctx);
218 Type *Int32Ty = Type::getInt32Ty(Ctx);
261 Type *Int32Ty = Type::getInt32Ty(Ctx);
unittests/IR/VerifierTest.cpp 51 FunctionType *FTy = FunctionType::get(Type::getInt32Ty(C), /*isVarArg=*/false);
69 FunctionType *FTy = FunctionType::get(Type::getInt32Ty(C), /*isVarArg=*/false);
84 Constant *ConstZero = ConstantInt::get(Type::getInt32Ty(C), 0);
unittests/Linker/LinkModulesTest.cpp 31 Type::getInt8PtrTy(Ctx), Type::getInt32Ty(Ctx), false /*=isVarArg*/);
53 ConstantInt *One = ConstantInt::get(Type::getInt32Ty(Ctx), 1);
82 GEPIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ctx), 0));
unittests/Transforms/Utils/CloningTest.cpp 68 V = new Argument(Type::getInt32Ty(context));
140 Constant *Z = Constant::getNullValue(Type::getInt32Ty(context));
144 GetElementPtrInst::Create(Type::getInt32Ty(context), V, ops);
152 V = new Argument(Type::getInt32Ty(context));
212 V = new Argument(Type::getInt32Ty(context));
261 V = new Argument(Type::getInt32Ty(context));
314 V = new Argument(Type::getInt32Ty(context));
490 AllocaInst* Alloca = IBuilder.CreateAlloca(IntegerType::getInt32Ty(C));
726 *OldM, Type::getInt32Ty(C), false, GlobalValue::ExternalLinkage,
727 ConstantInt::get(Type::getInt32Ty(C), 1), "gv");
unittests/Transforms/Utils/LocalTest.cpp 35 PHINode *phi = builder.CreatePHI(Type::getInt32Ty(C), 2);
52 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
57 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
81 AssertingVH<PHINode> P1 = B.CreatePHI(Type::getInt32Ty(C), 2);
84 PHINode *P2 = B.CreatePHI(Type::getInt32Ty(C), 2);
87 AssertingVH<PHINode> P3 = B.CreatePHI(Type::getInt32Ty(C), 2);
91 PHINode *P4 = B.CreatePHI(Type::getInt32Ty(C), 2);