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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h782 SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp7734 /// LowerShiftParts - Lower SRA_PARTS and friends, which return two i32 values
7736 SDValue X86TargetLowering::LowerShiftParts(SDValue Op, SelectionDAG &DAG) const{ function in class:X86TargetLowering
11288 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG);

Completed in 66 milliseconds