Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.h443 SDValue lowerShiftLeftParts(SDValue Op, SelectionDAG& DAG) const;
DMipsISelLowering.cpp884 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
2092 SDValue MipsTargetLowering::lowerShiftLeftParts(SDValue Op, in lowerShiftLeftParts() function in MipsTargetLowering