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

References

lib/Analysis/ScalarEvolution.cpp
 4970   if (BO->Opcode != Instruction::Add)
 5080           if (BO->Opcode == Instruction::Add && BO->LHS == PN) {
 6156     switch (BO->Opcode) {
 6183             if (BO->Opcode == Instruction::Sub)
 6191         if (BO->Opcode == Instruction::Sub)
 6197         if (!NewBO || (NewBO->Opcode != Instruction::Add &&
 6198                        NewBO->Opcode != Instruction::Sub)) {
 6227         if (!NewBO || NewBO->Opcode != Instruction::Mul) {
 6462       if (BO->Opcode == Instruction::Sub && BO->IsNSW) {