Searched refs:InpLen (Results 1 – 1 of 1) sorted by relevance
1749 unsigned InpLen = ty(Op.getOperand(0)).getVectorNumElements(); in LowerHvxConcatVectors() local1751 SDValue S = DAG.getConstant(InpLen*BitBytes, dl, MVT::i32); in LowerHvxConcatVectors()3551 unsigned InpLen = InpTy.getVectorNumElements(); in combineConcatVectorsBeforeLegal() local3564 SDValue Src = static_cast<unsigned>(M) < InpLen ? X : Y; in combineConcatVectorsBeforeLegal()3565 if (static_cast<unsigned>(M) >= InpLen) in combineConcatVectorsBeforeLegal()3566 M -= InpLen; in combineConcatVectorsBeforeLegal()3568 int OutOffset = Order[0] == Src ? 0 : InpLen; in combineConcatVectorsBeforeLegal()