Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1231 SmallVector<SDValue, 32> OpValues; in ExpandStrictFPOp() local
1255 OpValues.push_back(ScalarOp.getValue(0)); in ExpandStrictFPOp()
1259 SDValue Result = DAG.getBuildVector(VT, dl, OpValues); in ExpandStrictFPOp()