Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5715 SmallVector<SDValue, 4> ScalarOps; in FoldConstantArithmetic() local
5721 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantArithmetic()
5723 ScalarOps.push_back(Op); in FoldConstantArithmetic()
5746 ScalarOps.push_back(ScalarOp); in FoldConstantArithmetic()
5750 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps); in FoldConstantArithmetic()