Searched refs:ScalarOps (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3419 SmallVector<SDValue, 4> ScalarOps; in FoldConstantVectorArithmetic() local 3426 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic() 3428 ScalarOps.push_back(Op); in FoldConstantVectorArithmetic() 3440 ScalarOps.push_back(ScalarOp); in FoldConstantVectorArithmetic() 3444 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantVectorArithmetic()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4368 SmallVector<SDValue, 4> ScalarOps; in FoldConstantVectorArithmetic() local 4375 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic() 4377 ScalarOps.push_back(Op); in FoldConstantVectorArithmetic() 4389 ScalarOps.push_back(ScalarOp); in FoldConstantVectorArithmetic() 4393 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantVectorArithmetic()
|