reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
113 if ((Opcode == Instruction::SDiv || Opcode == Instruction::UDiv || 113 if ((Opcode == Instruction::SDiv || Opcode == Instruction::UDiv || 114 Opcode == Instruction::SRem || Opcode == Instruction::URem) && 114 Opcode == Instruction::SRem || Opcode == Instruction::URem) && 118 if (Opcode == Instruction::And) { 126 if (Opcode == Instruction::Add) 130 if (Opcode == Instruction::ICmp && Imm.isNegative() && 142 if (Opcode == Instruction::Xor && Imm.isAllOnesValue())