Searched refs:ScalarOps (Results 1 – 1 of 1) sorted by relevance
5936 SmallVector<SDValue, 4> ScalarOps; in FoldConstantArithmetic() local5942 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()