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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp173 bool SelectShift(const Instruction *I, ARM_AM::ShiftOpc ShiftTy);
2636 bool ARMFastISel::SelectShift(const Instruction *I, function in class:ARMFastISel
2752 return SelectShift(I, ARM_AM::lsl);
2754 return SelectShift(I, ARM_AM::lsr);
2756 return SelectShift(I, ARM_AM::asr);

Completed in 87 milliseconds