Searched refs:SatVT (Results 1 – 5 of 5) sorted by relevance
2419 EVT SatVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in LowerFP_TO_INT_SAT() local2422 (SatVT == MVT::i32 || SatVT == MVT::i64)) in LowerFP_TO_INT_SAT()2425 if (ResT == MVT::v4i32 && SatVT == MVT::i32) in LowerFP_TO_INT_SAT()
1797 EVT SatVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in lowerFP_TO_INT_SAT() local1801 if (SatVT == DstVT) in lowerFP_TO_INT_SAT()1803 else if (DstVT == MVT::i64 && SatVT == MVT::i32) in lowerFP_TO_INT_SAT()8572 EVT SatVT = cast<VTSDNode>(N->getOperand(1))->getVT(); in performFP_TO_INT_SATCombine() local8581 if (SatVT == DstVT) in performFP_TO_INT_SATCombine()8583 else if (DstVT == MVT::i64 && SatVT == MVT::i32) in performFP_TO_INT_SATCombine()
3847 EVT SatVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in LowerVectorFP_TO_INT_SAT() local3851 uint64_t SatWidth = SatVT.getScalarSizeInBits(); in LowerVectorFP_TO_INT_SAT()3919 EVT SatVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); in LowerFP_TO_INT_SAT() local3920 uint64_t SatWidth = SatVT.getScalarSizeInBits(); in LowerFP_TO_INT_SAT()3935 DstVT == SatVT && (DstVT == MVT::i64 || DstVT == MVT::i32)) in LowerFP_TO_INT_SAT()14504 EVT SatVT = cast<VTSDNode>(N->getOperand(1))->getVT(); in performFpToIntCombine() local14505 if (SatVT.getScalarSizeInBits() != IntBits || IntBits != FloatBits) in performFpToIntCombine()
9537 EVT SatVT = cast<VTSDNode>(Node->getOperand(1))->getVT(); in expandFP_TO_INT_SAT() local9538 unsigned SatWidth = SatVT.getScalarSizeInBits(); in expandFP_TO_INT_SAT()
22754 EVT SatVT = cast<VTSDNode>(Node->getOperand(1))->getVT(); in LowerFP_TO_INT_SAT() local22755 unsigned SatWidth = SatVT.getScalarSizeInBits(); in LowerFP_TO_INT_SAT()