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

References

lib/Analysis/ScalarEvolution.cpp
 6462       if (BO->Opcode == Instruction::Sub && BO->IsNSW) {
 6462       if (BO->Opcode == Instruction::Sub && BO->IsNSW) {
 6464         auto *V1 = getSignExtendExpr(getSCEV(BO->LHS), Ty);
 6465         auto *V2 = getSignExtendExpr(getSCEV(BO->RHS), Ty);