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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5270 SmallVector<SDValue, 16> PAmts, AAmts, KAmts, QAmts; local
5345 AAmts.push_back(DAG.getConstant(A, DL, SVT));
5374 // Try to turn AAmts into a splat, since we don't care about the
5376 turnVectorIntoSplatVector(AAmts, isAllOnesConstant,
5385 AVal = DAG.getBuildVector(VT, DL, AAmts);
5390 AVal = AAmts[0];

Completed in 164 milliseconds