Searched refs:foldCONCAT_VECTORS (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 5795 static SDValue foldCONCAT_VECTORS(const SDLoc &DL, EVT VT, in foldCONCAT_VECTORS() function 6929 if (SDValue V = foldCONCAT_VECTORS(DL, VT, Ops, *this)) in getNode() 7454 if (SDValue V = foldCONCAT_VECTORS(DL, VT, Ops, *this)) in getNode() 10062 if (SDValue V = foldCONCAT_VECTORS(DL, VT, Ops, *this)) in getNode()
|