reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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()) {