Lines Matching refs:CreatePointerCast
838 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
839 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
844 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
953 Param[i] = IRB.CreatePointerCast(Param[i], IntptrTy); in instrumentPointerComparisonOrSubtraction()
1072 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress()
1133 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment()
1409 {IRB.CreatePointerCast(AllGlobals, IntptrTy), in InstrumentGlobals()
1420 {IRB.CreatePointerCast(AllGlobals, IntptrTy), in InstrumentGlobals()
1813 return IRB.CreatePointerCast(Alloca, IntptrTy); in createAllocaForLayout()
1967 Value *Description = IRB.CreatePointerCast(StackDescriptionGlobal, IntptrTy); in poisonStack()
1974 IRB.CreateStore(IRB.CreatePointerCast(&F, IntptrTy), BasePlus2); in poisonStack()
2041 Value *AddrArg = IRB.CreatePointerCast(V, IntptrTy); in poisonAlloca()