Home | History | Annotate | Download | only in Utils

Lines Matching refs:MemAddr

302       Value *MemAddr = nullptr;
308 MemAddr = SI->getPointerOperand();
311 MemAddr = LI->getPointerOperand();
314 if (dyn_cast<Constant>(MemAddr))
316 Value *Base = MemAddr->stripInBoundsConstantOffsets();