Searched refs:SelectShift (Results 1 – 1 of 1) sorted by relevance
181 bool SelectShift(const Instruction *I, ARM_AM::ShiftOpc ShiftTy);2767 bool ARMFastISel::SelectShift(const Instruction *I, in SelectShift() function in ARMFastISel2882 return SelectShift(I, ARM_AM::lsl); in fastSelectInstruction()2884 return SelectShift(I, ARM_AM::lsr); in fastSelectInstruction()2886 return SelectShift(I, ARM_AM::asr); in fastSelectInstruction()