Searched refs:EleVT (Results 1 – 1 of 1) sorted by relevance
22384 MVT EleVT = VT.getVectorElementType(); in LowerFP_TO_INT() local22385 if (EleVT != MVT::i64) in LowerFP_TO_INT()22386 ResVT = EleVT == MVT::i32 ? MVT::v4i32 : MVT::v8i16; in LowerFP_TO_INT()22407 if (EleVT.getSizeInBits() < 16) { in LowerFP_TO_INT()22408 ResVT = MVT::getVectorVT(EleVT, 8); in LowerFP_TO_INT()32733 EVT EleVT = VT.getVectorElementType(); in ReplaceNodeResults() local32734 EVT ResVT = EleVT == MVT::i32 ? MVT::v4i32 : MVT::v8i16; in ReplaceNodeResults()32756 if (EleVT.getSizeInBits() < 16) { in ReplaceNodeResults()32757 MVT TmpVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8); in ReplaceNodeResults()32762 MVT ConcatVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8 * NumConcats); in ReplaceNodeResults()