Searched refs:N0VT (Results 1 – 1 of 1) sorted by relevance
4646 EVT N0VT = N0.getOperand(0).getValueType(); in visitSIGN_EXTEND() local4650 EVT SVT = getSetCCResultType(N0VT); in visitSIGN_EXTEND()4665 EVT MatchingVectorType = N0VT.changeVectorElementTypeToInteger(); in visitSIGN_EXTEND()4931 EVT N0VT = N0.getOperand(0).getValueType(); in visitZERO_EXTEND() local4935 if (VT.getSizeInBits() == N0VT.getSizeInBits()) in visitZERO_EXTEND()4953 N0VT.getScalarType().getSizeInBits()); in visitZERO_EXTEND()4956 N0VT.getVectorNumElements()); in visitZERO_EXTEND()5115 EVT N0VT = N0.getOperand(0).getValueType(); in visitANY_EXTEND() local5121 if (VT.getSizeInBits() == N0VT.getSizeInBits()) in visitANY_EXTEND()5131 N0VT.getScalarType().getSizeInBits()); in visitANY_EXTEND()[all …]