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

References

lib/Target/Hexagon/HexagonISelLowering.cpp
 1506     setCondCodeAction(ISD::SETNE,  VT, Expand);
 1507     setCondCodeAction(ISD::SETLE,  VT, Expand);
 1508     setCondCodeAction(ISD::SETGE,  VT, Expand);
 1509     setCondCodeAction(ISD::SETLT,  VT, Expand);
 1510     setCondCodeAction(ISD::SETULE, VT, Expand);
 1511     setCondCodeAction(ISD::SETUGE, VT, Expand);
 1512     setCondCodeAction(ISD::SETULT, VT, Expand);