reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolution.cpp
 5015       if (!BEValueV) {
 5016         BEValueV = V;
 5017       } else if (BEValueV != V) {
 5018         BEValueV = nullptr;
 5028   if (!BEValueV || !StartValueV)
 5036   if (auto *S = createSimpleAffineAddRec(PN, BEValueV, StartValueV))
 5045   const SCEV *BEValue = getSCEV(BEValueV);
 5079         if (auto BO = MatchBinaryOp(BEValueV, DT)) {
 5086         } else if (GEPOperator *GEP = dyn_cast<GEPOperator>(BEValueV)) {
 5118         if (auto *BEInst = dyn_cast<Instruction>(BEValueV))