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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 2790       (Cond != ISD::SETEQ && Cond != ISD::SETNE))
 2790       (Cond != ISD::SETEQ && Cond != ISD::SETNE))
 2811     Cond = ISD::getSetCCInverse(Cond, /*isInteger=*/true);
 2811     Cond = ISD::getSetCCInverse(Cond, /*isInteger=*/true);
 2813         isCondCodeLegal(Cond, N0.getSimpleValueType()))
 2814       return DAG.getSetCC(DL, VT, N0, Zero, Cond);
 2831     return DAG.getSetCC(DL, VT, NewAnd, Zero, Cond);