Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h707 SDValue LowerSHL_PARTS(SDValue Op, SelectionDAG &DAG) const;
DPPCISelLowering.cpp6374 SDValue PPCTargetLowering::LowerSHL_PARTS(SDValue Op, SelectionDAG &DAG) const { in LowerSHL_PARTS() function in PPCTargetLowering
7695 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG); in LowerOperation()