Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp3396 SmallVector<SDValue> GatherIndicesLHS, GatherIndicesRHS; in lowerVECTOR_SHUFFLE() local
3420 GatherIndicesRHS.push_back( in lowerVECTOR_SHUFFLE()
3432 std::swap(GatherIndicesLHS, GatherIndicesRHS); in lowerVECTOR_SHUFFLE()
3508 SDValue RHSIndices = DAG.getBuildVector(IndexVT, DL, GatherIndicesRHS); in lowerVECTOR_SHUFFLE()