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

/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp175 bool SelectShift(const Instruction *I, ARM_AM::ShiftOpc ShiftTy);
2769 bool ARMFastISel::SelectShift(const Instruction *I, function in class:ARMFastISel
2885 return SelectShift(I, ARM_AM::lsl);
2887 return SelectShift(I, ARM_AM::lsr);
2889 return SelectShift(I, ARM_AM::asr);

Completed in 78 milliseconds