Lines Matching refs:AAPtr
79 bool extractAlignmentInfo(CallInst *I, Value *&AAPtr, const SCEV *&AlignSCEV,
213 Value *&AAPtr, const SCEV *&AlignSCEV, in extractAlignmentInfo() argument
272 AAPtr = nullptr; in extractAlignmentInfo()
275 AAPtr = PToI->getPointerOperand(); in extractAlignmentInfo()
284 AAPtr = PToI->getPointerOperand(); in extractAlignmentInfo()
290 if (!AAPtr) in extractAlignmentInfo()
301 AAPtr = AAPtr->stripPointerCasts(); in extractAlignmentInfo()
306 Value *AAPtr; in processAssumption() local
308 if (!extractAlignmentInfo(ACall, AAPtr, AlignSCEV, OffSCEV)) in processAssumption()
311 const SCEV *AASCEV = SE->getSCEV(AAPtr); in processAssumption()
316 for (User *J : AAPtr->users()) { in processAssumption()