Searched refs:QAmts (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5026 SmallVector<SDValue, 16> PAmts, KAmts, QAmts, IAmts; local
5104 QAmts.push_back(DAG.getConstant(Q, DL, SVT));
5138 QVal = DAG.getBuildVector(VT, DL, QAmts);
5142 QVal = QAmts[0];
5270 SmallVector<SDValue, 16> PAmts, AAmts, KAmts, QAmts; local
5348 QAmts.push_back(DAG.getConstant(Q, DL, SVT));
5387 QVal = DAG.getBuildVector(VT, DL, QAmts);
5392 QVal = QAmts[0];

Completed in 114 milliseconds