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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 8135   if (!(LHS == True && RHS == False) && !(LHS == False && RHS == True))
 8135   if (!(LHS == True && RHS == False) && !(LHS == False && RHS == True))
 8149     unsigned IEEEOpcode = (LHS == True) ? ISD::FMINNUM_IEEE : ISD::FMAXNUM_IEEE;
 8153     unsigned Opcode = (LHS == True) ? ISD::FMINNUM : ISD::FMAXNUM;
 8164     unsigned IEEEOpcode = (LHS == True) ? ISD::FMAXNUM_IEEE : ISD::FMINNUM_IEEE;
 8168     unsigned Opcode = (LHS == True) ? ISD::FMAXNUM : ISD::FMINNUM;