Searched refs:LeftIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp568 SDValue VecIn2, unsigned LeftIdx,
17437 unsigned LeftIdx, bool DidSplitVec) {
17528 if (VectorMask[i] == (int)LeftIdx) {
17530 } else if (VectorMask[i] == (int)LeftIdx + 1) {
17771 unsigned LeftIdx = 2 * In + 1; local
17772 SDValue VecLeft = VecIn[LeftIdx];
17774 (LeftIdx + 1) < VecIn.size() ? VecIn[LeftIdx + 1] : SDValue();
17777 VecRight, LeftIdx, DidSplitVec))

Completed in 205 milliseconds