Searched refs:FoldCONCAT_VECTORS (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2844 static SDValue FoldCONCAT_VECTORS(const SDLoc &DL, EVT VT, in FoldCONCAT_VECTORS() function 3492 if (SDValue V = FoldCONCAT_VECTORS(DL, VT, Ops, *this)) in getNode() 3957 if (SDValue V = FoldCONCAT_VECTORS(DL, VT, Ops, *this)) in getNode() 5496 if (SDValue V = FoldCONCAT_VECTORS(DL, VT, Ops, *this)) in getNode()
|