Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1291 SDValue LowerSRA_PARTS(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp8890 SDValue PPCTargetLowering::LowerSRA_PARTS(SDValue Op, SelectionDAG &DAG) const { in LowerSRA_PARTS() function in PPCTargetLowering
11351 case ISD::SRA_PARTS: return LowerSRA_PARTS(Op, DAG); in LowerOperation()