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

References

lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  796   const SCEV *LeftSCEV = SE.getSCEV(LeftValue);
  797   IntegerType *IndVarTy = cast<IntegerType>(LeftValue->getType());
  806       std::swap(LeftValue, RightValue);
 1029   Result.IndVarBase = LeftValue;