Searched refs:RHSVT (Results 1 – 3 of 3) sorted by relevance
87 MVT RHSVT = (RHSSrc->getNumTypes() != 0 ? RHSSrc->getType(0) : MVT::Other); in operator ()() local88 if (LHSVT.isVector() != RHSVT.isVector()) in operator ()()89 return RHSVT.isVector(); in operator ()()91 if (LHSVT.isFloatingPoint() != RHSVT.isFloatingPoint()) in operator ()()92 return RHSVT.isFloatingPoint(); in operator ()()
1225 EVT RHSVT = RHS.getValueType(); in LowerSETCC() local1245 (RHSVT == MVT::i8 || RHSVT == MVT::i16) && in LowerSETCC()
893 EVT RHSVT = RHS.getValueType(); in SplitVecRes_FCOPYSIGN() local894 if (getTypeAction(RHSVT) == TargetLowering::TypeSplitVector) in SplitVecRes_FCOPYSIGN()