Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp355 SmallVector<SDValue, 1> ElemsLHS, ElemsRHS; in ScalarizeVecRes_OverflowOp() local
357 DAG.ExtractVectorElements(N->getOperand(1), ElemsRHS); in ScalarizeVecRes_OverflowOp()
359 ScalarRHS = ElemsRHS[0]; in ScalarizeVecRes_OverflowOp()