Searched refs:LowerShiftLeftParts (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.h200 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG& DAG) const;
H A DMipsISelLowering.cpp866 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG);
2149 SDValue MipsTargetLowering::LowerShiftLeftParts(SDValue Op, function in class:MipsTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.h446 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DARMISelLowering.cpp3457 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
3459 SDValue ARMTargetLowering::LowerShiftLeftParts(SDValue Op, function in class:ARMTargetLowering
5277 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG);

Completed in 123 milliseconds