Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.h482 SDValue lowerShiftRightParts(SDValue Op, SelectionDAG& DAG,
HDMipsISelLowering.cpp737 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
738 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
1883 SDValue MipsTargetLowering::lowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in lowerShiftRightParts() function in MipsTargetLowering