Lines Matching refs:IntptrTy
184 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler()
212 Type *IntptrTy; member in __anon8af1de490111::MemProfiler
274 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); in instrumentMemIntrinsic()
280 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); in instrumentMemIntrinsic()
388 auto *Zero = ConstantInt::get(IntptrTy, 0); in instrumentMaskedLoadOrStore()
410 IRB.CreateGEP(VTy, Addr, {Zero, ConstantInt::get(IntptrTy, Idx)}); in instrumentMaskedLoadOrStore()
447 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress()
511 SmallVector<Type *, 3> Args2 = {IntptrTy, IntptrTy}; in initializeCallbacks()
512 SmallVector<Type *, 2> Args1{1, IntptrTy}; in initializeCallbacks()
522 ClMemoryAccessCallbackPrefix + "memmove", PtrTy, PtrTy, PtrTy, IntptrTy); in initializeCallbacks()
524 PtrTy, PtrTy, PtrTy, IntptrTy); in initializeCallbacks()
527 PtrTy, IRB.getInt32Ty(), IntptrTy); in initializeCallbacks()
551 MemProfShadowMemoryDynamicAddress, IntptrTy); in insertDynamicShadowAtFunctionEntry()
554 DynamicShadowOffset = IRB.CreateLoad(IntptrTy, GlobalDynamicAddress); in insertDynamicShadowAtFunctionEntry()