Searched refs:Op2VT (Results 1 – 3 of 3) sorted by relevance
8191 EVT Op2VT = Op2.getValueType(); in visitIntrinsicCall() local8193 unsigned SearchSize = Op2VT.getVectorNumElements(); in visitIntrinsicCall()8206 Op2VT.getVectorElementType(), Op2, in visitIntrinsicCall()
9207 EVT Op2VT = V2.getValueType(); in LowerCONCAT_VECTORS_i1() local9208 assert(Op1VT == Op2VT && "Operand types don't match!"); in LowerCONCAT_VECTORS_i1()9214 SDValue NewV2 = PromoteMVEPredVector(dl, V2, Op2VT, DAG); in LowerCONCAT_VECTORS_i1()
5724 EVT Op2VT = Op2.getValueType(); in LowerVectorMatch() local5738 if (Op2VT.is128BitVector()) { in LowerVectorMatch()5747 unsigned Op2BitWidth = Op2VT.getFixedSizeInBits(); in LowerVectorMatch()