Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp202 unsigned ChainResIdx = PackData ? 0 : 1; in splitPackedLoadStore() local
251 SDValue LowChain = SDValue(PartOps[(int)PackElem::Lo].getNode(), ChainResIdx); in splitPackedLoadStore()
252 SDValue HiChain = SDValue(PartOps[(int)PackElem::Hi].getNode(), ChainResIdx); in splitPackedLoadStore()