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

References

lib/Analysis/ScalarEvolution.cpp
 7569   if (!RHS)
 7676     auto *Ty = cast<IntegerType>(RHS->getType());
 7690     StableValue = ConstantInt::get(cast<IntegerType>(RHS->getType()), 0);
 7695       ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI);
 7700     unsigned BitWidth = getTypeSizeInBits(RHS->getType());
 7702         getConstant(getEffectiveSCEVType(RHS->getType()), BitWidth);