Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1471 SmallVector<SDValue, 32> OpValues; in UnrollStrictFPOp() local
1503 OpValues.push_back(ScalarResult); in UnrollStrictFPOp()
1507 SDValue Result = DAG.getBuildVector(VT, dl, OpValues); in UnrollStrictFPOp()
H A DSelectionDAGBuilder.cpp7298 SmallVector<SDValue, 7> OpValues; in visitVectorPredicationIntrinsic() local
7300 OpValues.push_back(getValue(VPIntrin.getArgOperand(i))); in visitVectorPredicationIntrinsic()
7303 SDValue Result = DAG.getNode(Opcode, DL, VTs, OpValues); in visitVectorPredicationIntrinsic()