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

/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp747 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true);
748 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false);
1914 SDValue MipsTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, function in class:MipsTargetLowering

Completed in 72 milliseconds