Searched refs:CompareVT (Results 1 – 2 of 2) sorted by relevance
1135 EVT CompareVT = LHS.getValueType(); in LowerSELECT_CC() local1151 ISD::getSetCCInverse(CCOpcode, CompareVT == MVT::i32); in LowerSELECT_CC()1153 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()1158 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()1167 (CompareVT == VT || VT == MVT::i32)) { in LowerSELECT_CC()1187 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()1192 ISD::CondCode CCInv = ISD::getSetCCInverse(CCOpcode, CompareVT.isInteger()); in LowerSELECT_CC()1194 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()1205 if (CompareVT != VT) { in LowerSELECT_CC()1210 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()