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);
721 return ExpandBITREVERSE(Op); in Expand()
907 SDValue VectorLegalizer::ExpandBITREVERSE(SDValue Op) { in ExpandBITREVERSE() function in __anon741ec2090111::VectorLegalizer
DLegalizeDAG.cpp148 SDValue ExpandBITREVERSE(SDValue Op, SDLoc dl);
2812 SDValue SelectionDAGLegalize::ExpandBITREVERSE(SDValue Op, SDLoc dl) { in ExpandBITREVERSE() function in SelectionDAGLegalize
3003 Results.push_back(ExpandBITREVERSE(Node->getOperand(0), dl)); in ExpandNode()