Home
last modified time | relevance | path

Searched refs:AASCEV (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp140 static unsigned getNewAlignment(const SCEV *AASCEV, const SCEV *AlignSCEV, in getNewAlignment() argument
144 const SCEV *DiffSCEV = SE->getMinusSCEV(PtrSCEV, AASCEV); in getNewAlignment()
311 const SCEV *AASCEV = SE->getSCEV(AAPtr); in processAssumption() local
329 unsigned NewAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption()
337 unsigned NewAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption()
345 unsigned NewDestAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption()
354 unsigned NewSrcAlignment = getNewAlignment(AASCEV, AlignSCEV, OffSCEV, in processAssumption()