Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DInstructionsTest.cpp299 Type *I32Ty = IntegerType::get(C, 32); in TEST() local
301 PointerType *Ptri32Ty = PointerType::get(I32Ty, 0); in TEST()
327 GetElementPtrInst *Gep0 = GetElementPtrInst::Create(I32Ty, PtrVecA, C2xi32a); in TEST()
328 GetElementPtrInst *Gep1 = GetElementPtrInst::Create(I32Ty, PtrVecA, C2xi32b); in TEST()
329 GetElementPtrInst *Gep2 = GetElementPtrInst::Create(I32Ty, PtrVecB, C2xi32a); in TEST()
330 GetElementPtrInst *Gep3 = GetElementPtrInst::Create(I32Ty, PtrVecB, C2xi32b); in TEST()
358 GetElementPtrInst *GepII0 = GetElementPtrInst::Create(I32Ty, Gep0, C2xi32b); in TEST()
359 GetElementPtrInst *GepII1 = GetElementPtrInst::Create(I32Ty, Gep1, C2xi32a); in TEST()
360 GetElementPtrInst *GepII2 = GetElementPtrInst::Create(I32Ty, Gep2, C2xi32b); in TEST()
361 GetElementPtrInst *GepII3 = GetElementPtrInst::Create(I32Ty, Gep3, C2xi32a); in TEST()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBuildLibCalls.cpp62 Type *I32Ty = B.getInt32Ty(); in EmitStrChr() local
64 I8Ptr, I8Ptr, I32Ty, NULL); in EmitStrChr()
66 ConstantInt::get(I32Ty, C), "strchr"); in EmitStrChr()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp310 llvm::Type *I32Ty = llvm::Type::getInt32Ty(CI->getContext()); in UpgradeIntrinsicCall() local
315 llvm::ConstantInt::get(I32Ty, 1) }; in UpgradeIntrinsicCall()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp291 Type *I32Ty = Type::getInt32Ty(Mod->getContext()); in getLocalSizeYZ() local
293 DispatchPtr, PointerType::get(I32Ty, AMDGPUAS::CONSTANT_ADDRESS)); in getLocalSizeYZ()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp741 Type *I32Ty = B.getInt32Ty(); in emitStrChr() local
743 M->getOrInsertFunction("strchr", I8Ptr, I8Ptr, I32Ty, nullptr); in emitStrChr()
746 StrChr, {castToCStr(Ptr, B), ConstantInt::get(I32Ty, C)}, "strchr"); in emitStrChr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1150 unsigned Off, llvm::Type *I32Ty) { in getMaskElt() argument
1153 return llvm::UndefValue::get(I32Ty); in getMaskElt()
1154 return llvm::ConstantInt::get(I32Ty, Off+MV); in getMaskElt()
1157 static llvm::Constant *getAsInt32(llvm::ConstantInt *C, llvm::Type *I32Ty) { in getAsInt32() argument
1159 assert(llvm::ConstantInt::isValueValidForType(I32Ty, in getAsInt32()
1162 return llvm::ConstantInt::get(I32Ty, C->getZExtValue()); in getAsInt32()
/external/llvm/include/llvm/IR/
DIRBuilder.h1725 Type *I32Ty = getInt32Ty(); variable
1727 V = CreateInsertElement(Undef, V, ConstantInt::get(I32Ty, 0),
1731 Value *Zeros = ConstantAggregateZero::get(VectorType::get(I32Ty, NumElts));
/external/llvm/lib/IR/
DAutoUpgrade.cpp905 Type *I32Ty = Type::getInt32Ty(C); in UpgradeIntrinsicCall() local
909 ConstantInt::get(I32Ty, I)); in UpgradeIntrinsicCall()