Lines Matching refs:IntptrTy
186 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler()
214 Type *IntptrTy; member in __anonef5aa81b0111::MemProfiler
278 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); in instrumentMemIntrinsic()
284 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); in instrumentMemIntrinsic()
389 auto *Zero = ConstantInt::get(IntptrTy, 0); in instrumentMaskedLoadOrStore()
411 IRB.CreateGEP(VTy, Addr, {Zero, ConstantInt::get(IntptrTy, Idx)}); in instrumentMaskedLoadOrStore()
447 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress()
554 SmallVector<Type *, 2> Args1{1, IntptrTy}; in initializeCallbacks()
560 ClMemoryAccessCallbackPrefix + "memmove", PtrTy, PtrTy, PtrTy, IntptrTy); in initializeCallbacks()
562 PtrTy, PtrTy, PtrTy, IntptrTy); in initializeCallbacks()
565 PtrTy, IRB.getInt32Ty(), IntptrTy); in initializeCallbacks()
589 MemProfShadowMemoryDynamicAddress, IntptrTy); in insertDynamicShadowAtFunctionEntry()
592 DynamicShadowOffset = IRB.CreateLoad(IntptrTy, GlobalDynamicAddress); in insertDynamicShadowAtFunctionEntry()