Searched refs:CompareVT (Results 1 – 1 of 1) sorted by relevance
822 EVT CompareVT = LHS.getValueType(); in LowerSELECT_CC() local838 ISD::CondCode InverseCC = ISD::getSetCCInverse(CCOpcode, CompareVT); in LowerSELECT_CC()839 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()844 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()853 (CompareVT == VT || VT == MVT::i32)) { in LowerSELECT_CC()873 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()878 ISD::CondCode CCInv = ISD::getSetCCInverse(CCOpcode, CompareVT); in LowerSELECT_CC()880 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()891 if (CompareVT != VT) { in LowerSELECT_CC()896 True = DAG.getNode(ISD::BITCAST, DL, CompareVT, True); in LowerSELECT_CC()[all …]