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

References

lib/Analysis/ScalarEvolution.cpp
 5900       FalseValue = *FalseVal;
 5910           FalseValue = FalseValue.trunc(BitWidth);
 5910           FalseValue = FalseValue.trunc(BitWidth);
 5914           FalseValue = FalseValue.zext(BitWidth);
 5914           FalseValue = FalseValue.zext(BitWidth);
 5918           FalseValue = FalseValue.sext(BitWidth);
 5918           FalseValue = FalseValue.sext(BitWidth);
 5924       FalseValue += Offset;
 5955   const SCEV *FalseStart = this->getConstant(StartPattern.FalseValue);
 5956   const SCEV *FalseStep = this->getConstant(StepPattern.FalseValue);