Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1642 unsigned LHSIdx = -1u, LHSValIdx = -1u; in SimplifyDemandedVectorElts() local
1658 LHSIdx = LHSIdx == -1u ? i : OpWidth; in SimplifyDemandedVectorElts()
1685 if (LHSIdx < OpWidth && RHSUniform) { in SimplifyDemandedVectorElts()
1689 Idx = LHSIdx; in SimplifyDemandedVectorElts()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13005 uint64_t LHSIdx = in combineBinOpOfExtractToReduceTree()
13007 if (0 == std::min(LHSIdx, RHSIdx) && 1 == std::max(LHSIdx, RHSIdx)) { in combineBinOpOfExtractToReduceTree()
13002 uint64_t LHSIdx = combineBinOpOfExtractToReduceTree() local