Searched refs:LowerSHLParts (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
H A DR600ISelLowering.h64 SDValue LowerSHLParts(SDValue Op, SelectionDAG &DAG) const;
H A DR600ISelLowering.cpp574 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG);
1043 SDValue R600TargetLowering::LowerSHLParts(SDValue Op, SelectionDAG &DAG) const { function in class:R600TargetLowering

Completed in 196 milliseconds