Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5936 SmallVector<SDValue, 4> ScalarOps; in FoldConstantArithmetic() local
5942 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantArithmetic()
5944 ScalarOps.push_back(Op); in FoldConstantArithmetic()
5967 ScalarOps.push_back(ScalarOp); in FoldConstantArithmetic()
5971 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps); in FoldConstantArithmetic()