Lines Matching defs:LLVMIntTy
165 const IntegerType *LLVMIntTy;
167 LLVMIntTy = cast<IntegerType>(getTypeForSPIRVType(SpvType));
169 LLVMIntTy = IntegerType::getInt32Ty(CurMF->getFunction().getContext());
172 ConstantInt *CI = ConstantInt::get(const_cast<IntegerType *>(LLVMIntTy), Val);
182 assignTypeToVReg(LLVMIntTy, Res, *MIRBuilder);
301 const IntegerType *LLVMIntTy;
303 LLVMIntTy = cast<IntegerType>(getTypeForSPIRVType(SpvType));
305 LLVMIntTy = IntegerType::getInt32Ty(MF.getFunction().getContext());
308 ConstantInt::get(const_cast<IntegerType *>(LLVMIntTy), Val);
315 assignTypeToVReg(LLVMIntTy, Res, MIRBuilder,