Lines Matching refs:IntptrTy
162 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler()
190 Type *IntptrTy; member in __anon3cc0dfc70111::MemProfiler
313 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); in instrumentMemIntrinsic()
319 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); in instrumentMemIntrinsic()
421 auto *Zero = ConstantInt::get(IntptrTy, 0); in instrumentMaskedLoadOrStore()
443 IRB.CreateGEP(VTy, Addr, {Zero, ConstantInt::get(IntptrTy, Idx)}); in instrumentMaskedLoadOrStore()
472 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress()
536 SmallVector<Type *, 3> Args2 = {IntptrTy, IntptrTy}; in initializeCallbacks()
537 SmallVector<Type *, 2> Args1{1, IntptrTy}; in initializeCallbacks()
548 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IntptrTy); in initializeCallbacks()
551 IRB.getInt8PtrTy(), IntptrTy); in initializeCallbacks()
554 IRB.getInt32Ty(), IntptrTy); in initializeCallbacks()
578 MemProfShadowMemoryDynamicAddress, IntptrTy); in insertDynamicShadowAtFunctionEntry()
581 DynamicShadowOffset = IRB.CreateLoad(IntptrTy, GlobalDynamicAddress); in insertDynamicShadowAtFunctionEntry()