Lines Matching refs:getInt32Ty
598 PointerType *Int32PtrTy = PointerType::getUnqual(IRBRet.getInt32Ty()); in unpoisonDynamicAlloca()
599 Value *Zero = Constant::getNullValue(IRBRet.getInt32Ty()); in unpoisonDynamicAlloca()
761 ConstantInt::get(Type::getInt32Ty(M.getContext()), MD.LineNo), in createPrivateGlobalForSourceLoc()
762 ConstantInt::get(Type::getInt32Ty(M.getContext()), MD.ColumnNo), in createPrivateGlobalForSourceLoc()
801 IRB.CreateIntCast(MI->getOperand(1), IRB.getInt32Ty(), false), in instrumentMemIntrinsic()
977 Value *ExpVal = Exp == 0 ? nullptr : ConstantInt::get(IRB.getInt32Ty(), Exp); in generateCrashCode()
1035 AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)); in instrumentAddress()
1090 ConstantInt::get(IRB.getInt32Ty(), Exp)); in instrumentUnusualSizeOrAlignment()
1397 const Type *ExpType = Exp ? Type::getInt32Ty(*C) : nullptr; in initializeCallbacks()
1429 IRB.getInt8PtrTy(), IRB.getInt32Ty(), IntptrTy, nullptr)); in initializeCallbacks()
1776 kAsanOptionDetectUAR, IRB.getInt32Ty()); in poisonStack()
1779 Constant::getNullValue(IRB.getInt32Ty())); in poisonStack()
1987 PartialSize = IRB.CreateIntCast(PartialSize, IRB.getInt32Ty(), false); in computePartialRzMagic()
2002 IRB.CreateICmpNE(PartialBits, Constant::getNullValue(IRB.getInt32Ty())); in computePartialRzMagic()
2019 PointerType *Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty()); in handleDynamicAllocaCall()
2070 IRB.CreateStore(ConstantInt::get(IRB.getInt32Ty(), kAsanAllocaLeftMagic), in handleDynamicAllocaCall()
2090 IRB.CreateStore(ConstantInt::get(IRB.getInt32Ty(), kAsanAllocaRightMagic), in handleDynamicAllocaCall()