Searched refs:BMinusStart (Results 1 – 1 of 1) sorted by relevance
1011 const SCEV *BMinusStart = SE.getMinusSCEV(SE.getSCEV(B), StartSCEV); in addInfoForInductions() local1012 if (isa<SCEVCouldNotCompute>(BMinusStart) || in addInfoForInductions()1013 !SE.getConstantMultiple(BMinusStart).urem(StepOffset).isZero()) in addInfoForInductions()