Searched refs:FoldConstantVectorArithmetic (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | SelectionDAG.h | 1476 SDValue FoldConstantVectorArithmetic(unsigned Opcode, const SDLoc &DL, EVT VT,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAG.cpp | 4550 if (SDValue Fold = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) in getNode() 4974 SDValue SelectionDAG::FoldConstantVectorArithmetic(unsigned Opcode, in FoldConstantVectorArithmetic() function in SelectionDAG 5585 if (SDValue V = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) { in getNode()
|
| D | DAGCombiner.cpp | 19915 if (SDValue Fold = DAG.FoldConstantVectorArithmetic( in SimplifyVBinOp()
|