Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp310 llvm::Type *I32Ty = llvm::Type::getInt32Ty(CI->getContext()); in UpgradeIntrinsicCall() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp291 Type *I32Ty = Type::getInt32Ty(Mod->getContext()); in getLocalSizeYZ() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBuildLibCalls.cpp62 Type *I32Ty = B.getInt32Ty(); in EmitStrChr() local
/external/llvm/unittests/IR/
DInstructionsTest.cpp299 Type *I32Ty = IntegerType::get(C, 32); in TEST() local
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp741 Type *I32Ty = B.getInt32Ty(); in emitStrChr() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1725 Type *I32Ty = getInt32Ty(); variable
/external/llvm/lib/IR/
DAutoUpgrade.cpp905 Type *I32Ty = Type::getInt32Ty(C); in UpgradeIntrinsicCall() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1150 unsigned Off, llvm::Type *I32Ty) { in getMaskElt()
1157 static llvm::Constant *getAsInt32(llvm::ConstantInt *C, llvm::Type *I32Ty) { in getAsInt32()