Searched refs:RHSVT (Results 1 – 2 of 2) 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 ()()
1003 EVT RHSVT = RHS.getValueType(); in LowerSETCC() local1023 (RHSVT == MVT::i8 || RHSVT == MVT::i16) && in LowerSETCC()