Lines Matching refs:FPVT
5548 EVT FPVT = N0.getOperand(0).getValueType().getScalarType(); in isSaturatingMinMax() local
5549 if (FPVT.isSimple()) { in isSaturatingMinMax()
5550 Type *InputTy = FPVT.getTypeForEVT(*DAG.getContext()); in isSaturatingMinMax()
5628 EVT FPVT = Fp.getOperand(0).getValueType(); in PerformMinMaxFpToSatCombine() local
5630 if (FPVT.isVector()) in PerformMinMaxFpToSatCombine()
5632 FPVT.getVectorElementCount()); in PerformMinMaxFpToSatCombine()
5634 if (!DAG.getTargetLoweringInfo().shouldConvertFpToSat(NewOpc, FPVT, NewVT)) in PerformMinMaxFpToSatCombine()
5663 EVT FPVT = N0.getOperand(0).getValueType(); in PerformUMinFpToSatCombine() local
5665 if (FPVT.isVector()) in PerformUMinFpToSatCombine()
5667 FPVT.getVectorElementCount()); in PerformUMinFpToSatCombine()
5669 FPVT, NewVT)) in PerformUMinFpToSatCombine()