Lines Matching refs:IntptrTy
169 IntptrTy = Type::getIntNTy(*C, LongSize); in MemProfiler()
196 Type *IntptrTy; member in __anondc9a72430111::MemProfiler
317 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); in instrumentMemIntrinsic()
323 IRB.CreateIntCast(MI->getOperand(2), IntptrTy, false)}); in instrumentMemIntrinsic()
431 auto *Zero = ConstantInt::get(IntptrTy, 0); in instrumentMaskedLoadOrStore()
453 IRB.CreateGEP(VTy, Addr, {Zero, ConstantInt::get(IntptrTy, Idx)}); in instrumentMaskedLoadOrStore()
490 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress()
554 SmallVector<Type *, 3> Args2 = {IntptrTy, IntptrTy}; in initializeCallbacks()
555 SmallVector<Type *, 2> Args1{1, IntptrTy}; in initializeCallbacks()
566 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IntptrTy); in initializeCallbacks()
569 IRB.getInt8PtrTy(), IntptrTy); in initializeCallbacks()
572 IRB.getInt32Ty(), IntptrTy); in initializeCallbacks()
596 MemProfShadowMemoryDynamicAddress, IntptrTy); in insertDynamicShadowAtFunctionEntry()
599 DynamicShadowOffset = IRB.CreateLoad(IntptrTy, GlobalDynamicAddress); in insertDynamicShadowAtFunctionEntry()