Lines Matching refs:IntptrTy
206 Type *IntptrTy; member in __anon08fcb4e10111::EfficiencySanitizer
274 IRB.getInt8PtrTy(), IntptrTy, nullptr)); in initializeCallbacks()
277 IRB.getInt8PtrTy(), IntptrTy, nullptr)); in initializeCallbacks()
280 IRB.getInt8PtrTy(), IntptrTy, nullptr)); in initializeCallbacks()
283 IRB.getInt8PtrTy(), IntptrTy, nullptr)); in initializeCallbacks()
286 IRB.getInt32Ty(), IntptrTy, nullptr)); in initializeCallbacks()
536 IntptrTy = DL.getIntPtrType(M.getContext()); in initOnModule()
562 Shadow = IRB.CreateAnd(Shadow, ConstantInt::get(IntptrTy, ShadowMask)); in appToShadow()
569 Shadow = IRB.CreateAdd(Shadow, ConstantInt::get(IntptrTy, Offs)); in appToShadow()
689 ConstantInt::get(IntptrTy, TypeSizeBytes)}); in instrumentLoadOrStore()
717 IRB.CreateIntCast(MI->getArgOperand(2), IntptrTy, false)}); in instrumentMemIntrinsic()
725 IRB.CreateIntCast(MI->getArgOperand(2), IntptrTy, false)}); in instrumentMemIntrinsic()
879 Value *AddrPtr = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentFastpathWorkingSet()