Searched refs:EleVT (Results 1 – 1 of 1) sorted by relevance
22766 MVT EleVT = VT.getVectorElementType(); in LowerFP_TO_INT() local22767 if (EleVT != MVT::i64) in LowerFP_TO_INT()22768 ResVT = EleVT == MVT::i32 ? MVT::v4i32 : MVT::v8i16; in LowerFP_TO_INT()22789 if (EleVT.getSizeInBits() < 16) { in LowerFP_TO_INT()22790 ResVT = MVT::getVectorVT(EleVT, 8); in LowerFP_TO_INT()33688 EVT EleVT = VT.getVectorElementType(); in ReplaceNodeResults() local33689 EVT ResVT = EleVT == MVT::i32 ? MVT::v4i32 : MVT::v8i16; in ReplaceNodeResults()33711 if (EleVT.getSizeInBits() < 16) { in ReplaceNodeResults()33712 MVT TmpVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8); in ReplaceNodeResults()33717 MVT ConcatVT = MVT::getVectorVT(EleVT.getSimpleVT(), 8 * NumConcats); in ReplaceNodeResults()