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

References

lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 1639   switch (TLI.getCondCodeAction(CCCode, OpVT)) {
 1646     if (TLI.isCondCodeLegalOrCustom(InvCC, OpVT)) {
 1653     InvCC = getSetCCInverse(CCCode, OpVT.isInteger());
 1654     if (!TLI.isCondCodeLegalOrCustom(InvCC, OpVT)) {
 1660     if (TLI.isCondCodeLegalOrCustom(InvCC, OpVT)) {
 1673         assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT)
 1677         assert(TLI.isCondCodeLegal(ISD::SETUNE, OpVT)
 1693         if (!OpVT.isInteger()) {