Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1404 SDValue FoldConstantVectorArithmetic(unsigned Opcode, const SDLoc &DL, EVT VT,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4257 if (SDValue Fold = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) in getNode()
4662 SDValue SelectionDAG::FoldConstantVectorArithmetic(unsigned Opcode, in FoldConstantVectorArithmetic() function in SelectionDAG
5299 if (SDValue V = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) { in getNode()
H A DDAGCombiner.cpp18180 if (SDValue Fold = DAG.FoldConstantVectorArithmetic( in SimplifyVBinOp()