reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
342 if (Opc != Instruction::Add && Opc != Instruction::Sub) 342 if (Opc != Instruction::Add && Opc != Instruction::Sub) 352 bool IsDecreasing = ((Opc == Instruction::Sub) && !NegImm) || 353 ((Opc == Instruction::Add) && NegImm);