Searched refs:CompareVT (Results 1 – 2 of 2) sorted by relevance
1127 EVT CompareVT = LHS.getValueType(); in LowerSELECT_CC() local1143 ISD::getSetCCInverse(CCOpcode, CompareVT == MVT::i32); in LowerSELECT_CC()1145 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()1150 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()1159 (CompareVT == VT || VT == MVT::i32)) { in LowerSELECT_CC()1179 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()1184 ISD::CondCode CCInv = ISD::getSetCCInverse(CCOpcode, CompareVT.isInteger()); in LowerSELECT_CC()1186 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()1197 if (CompareVT != VT) { in LowerSELECT_CC()1202 True = DAG.getNode(ISD::BITCAST, DL, CompareVT, True); in LowerSELECT_CC()[all …]
401 EVT CompareVT = LHS.getValueType(); in LowerSELECT_CC() local408 if (CompareVT != VT) { in LowerSELECT_CC()410 if (VT == MVT::f32 && CompareVT == MVT::i32) { in LowerSELECT_CC()416 } else if (VT == MVT::i32 && CompareVT == MVT::f32) { in LowerSELECT_CC()