reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1416 assert((Opcode == Instruction::And || Opcode == Instruction::Or) && 1416 assert((Opcode == Instruction::And || Opcode == Instruction::Or) && 1428 FCmpInst::Predicate NanPred = Opcode == Instruction::And ? FCmpInst::FCMP_ORD 1431 !match(Op1, m_BinOp(BO1)) || BO1->getOpcode() != Opcode) 1452 return BinaryOperator::Create(Opcode, NewFCmp, BO11);