Searched defs:ExpandIntOp_Shift (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2444 case ISD::ROTR: Res = ExpandIntOp_Shift(N); break;
2621 SDValue DAGTypeLegalizer::ExpandIntOp_Shift(SDNode *N) { function in class:DAGTypeLegalizer
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2767 case ISD::ROTR: Res = ExpandIntOp_Shift(N); break;
3008 SDValue DAGTypeLegalizer::ExpandIntOp_Shift(SDNode *N) { function in class:DAGTypeLegalizer

Completed in 113 milliseconds