Lines Matching defs:BS
47 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr));
50 if (AS == BS)
55 if (canComputePointerDiff(SE, AS, BS)) {
71 SE.getPtrToIntExpr(BS, SE.getEffectiveSCEVType(BS->getType()));
74 BS = BInt;
78 const SCEV *BA = SE.getMinusSCEV(BS, AS);
89 // (because of INT_MIN, etc.); if the prior test failed, swap AS and BS
93 const SCEV *AB = SE.getMinusSCEV(AS, BS);
108 Value *BO = GetBaseValue(BS);