Home
last modified time | relevance | path

Searched refs:I32Ty (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/IR/
DInstructionsTest.cpp295 Type *I32Ty = IntegerType::get(C, 32); in TEST() local
297 PointerType *Ptri32Ty = PointerType::get(I32Ty, 0); in TEST()
323 GetElementPtrInst *Gep0 = GetElementPtrInst::Create(I32Ty, PtrVecA, C2xi32a); in TEST()
324 GetElementPtrInst *Gep1 = GetElementPtrInst::Create(I32Ty, PtrVecA, C2xi32b); in TEST()
325 GetElementPtrInst *Gep2 = GetElementPtrInst::Create(I32Ty, PtrVecB, C2xi32a); in TEST()
326 GetElementPtrInst *Gep3 = GetElementPtrInst::Create(I32Ty, PtrVecB, C2xi32b); in TEST()
354 GetElementPtrInst *GepII0 = GetElementPtrInst::Create(I32Ty, Gep0, C2xi32b); in TEST()
355 GetElementPtrInst *GepII1 = GetElementPtrInst::Create(I32Ty, Gep1, C2xi32a); in TEST()
356 GetElementPtrInst *GepII2 = GetElementPtrInst::Create(I32Ty, Gep2, C2xi32b); in TEST()
357 GetElementPtrInst *GepII3 = GetElementPtrInst::Create(I32Ty, Gep3, C2xi32a); in TEST()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp72 Type *I32Ty = B.getInt32Ty(); in EmitStrChr() local
76 I8Ptr, I8Ptr, I32Ty, nullptr); in EmitStrChr()
78 StrChr, {CastToCStr(Ptr, B), ConstantInt::get(I32Ty, C)}, "strchr"); in EmitStrChr()
/external/llvm/lib/IR/
DAutoUpgrade.cpp485 Type *I32Ty = Type::getInt32Ty(C); in UpgradeIntrinsicCall() local
489 ConstantInt::get(I32Ty, I)); in UpgradeIntrinsicCall()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1165 unsigned Off, llvm::Type *I32Ty) { in getMaskElt() argument
1168 return llvm::UndefValue::get(I32Ty); in getMaskElt()
1169 return llvm::ConstantInt::get(I32Ty, Off+MV); in getMaskElt()
1172 static llvm::Constant *getAsInt32(llvm::ConstantInt *C, llvm::Type *I32Ty) { in getAsInt32() argument
1174 assert(llvm::ConstantInt::isValueValidForType(I32Ty, in getAsInt32()
1177 return llvm::ConstantInt::get(I32Ty, C->getZExtValue()); in getAsInt32()
/external/llvm/include/llvm/IR/
DIRBuilder.h1704 Type *I32Ty = getInt32Ty(); variable
1706 V = CreateInsertElement(Undef, V, ConstantInt::get(I32Ty, 0),
1710 Value *Zeros = ConstantAggregateZero::get(VectorType::get(I32Ty, NumElts));