Home
last modified time | relevance | path

Searched refs:InpLen (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1749 unsigned InpLen = ty(Op.getOperand(0)).getVectorNumElements(); in LowerHvxConcatVectors() local
1751 SDValue S = DAG.getConstant(InpLen*BitBytes, dl, MVT::i32); in LowerHvxConcatVectors()
3551 unsigned InpLen = InpTy.getVectorNumElements(); in combineConcatVectorsBeforeLegal() local
3564 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()