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

References

lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
 1064                                    RTy, SE, IsSignedPredicate);
 1066                                  SE, IsSignedPredicate);
 1103   auto Clamp = [this, Smallest, Greatest, IsSignedPredicate](const SCEV *S) {
 1104     return IsSignedPredicate
 1111       IsSignedPredicate ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE;
 1113       IsSignedPredicate ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT;