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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 3066        isCondCodeLegal(SwappedCC, N0.getSimpleValueType())))
 3067     return DAG.getSetCC(dl, VT, N1, N0, SwappedCC);
 3075        isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) &&
 3078     return DAG.getSetCC(dl, VT, N1, N0, SwappedCC);