Lines Matching refs:PtrOperand
1226 Value *PtrOperand = nullptr; in isInterestingMemoryAccess() local
1233 PtrOperand = LI->getPointerOperand(); in isInterestingMemoryAccess()
1239 PtrOperand = SI->getPointerOperand(); in isInterestingMemoryAccess()
1245 PtrOperand = RMW->getPointerOperand(); in isInterestingMemoryAccess()
1251 PtrOperand = XCHG->getPointerOperand(); in isInterestingMemoryAccess()
1279 PtrOperand = BasePtr; in isInterestingMemoryAccess()
1283 if (PtrOperand) { in isInterestingMemoryAccess()
1286 Type *PtrTy = cast<PointerType>(PtrOperand->getType()->getScalarType()); in isInterestingMemoryAccess()
1294 if (PtrOperand->isSwiftError()) in isInterestingMemoryAccess()
1302 if (auto AI = dyn_cast_or_null<AllocaInst>(PtrOperand)) in isInterestingMemoryAccess()
1305 return PtrOperand; in isInterestingMemoryAccess()