Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1660 SDValue FoldConstantVectorArithmetic(unsigned Opcode, const SDLoc &DL, EVT VT,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4775 if (SDValue Fold = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) in getNode()
5278 SDValue SelectionDAG::FoldConstantVectorArithmetic(unsigned Opcode, in FoldConstantVectorArithmetic() function in SelectionDAG
6023 if (SDValue V = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) { in getNode()
H A DDAGCombiner.cpp21778 if (SDValue Fold = DAG.FoldConstantVectorArithmetic( in SimplifyVBinOp()