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