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

References

lib/Analysis/ValueTracking.cpp
 1363         if (Opcode == Instruction::Add ||
 1364             Opcode == Instruction::Sub ||
 1365             Opcode == Instruction::And ||
 1366             Opcode == Instruction::Or ||
 1367             Opcode == Instruction::Mul) {
 1399             if (Opcode == Instruction::Add) {
 1408             else if (Opcode == Instruction::Sub && LL == I) {
 1416             else if (Opcode == Instruction::Mul && Known2.isNonNegative() &&