Home
last modified time | relevance | path

Searched refs:ExpandBITREVERSE (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp108 SDValue ExpandBITREVERSE(SDValue Op);
700 return ExpandBITREVERSE(Op); in Expand()
888 SDValue VectorLegalizer::ExpandBITREVERSE(SDValue Op) { in ExpandBITREVERSE() function in __anon5d02c2880111::VectorLegalizer
DLegalizeDAG.cpp150 SDValue ExpandBITREVERSE(SDValue Op, const SDLoc &dl);
2555 SDValue SelectionDAGLegalize::ExpandBITREVERSE(SDValue Op, const SDLoc &dl) { in ExpandBITREVERSE() function in SelectionDAGLegalize
2756 Results.push_back(ExpandBITREVERSE(Node->getOperand(0), dl)); in ExpandNode()