Searched refs:isLsl (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2720 bool isLsl = (0 == Instr) && !isSingleInstr; local
2721 unsigned Opcode = isLsl ? LSLOpc : Opc;
2722 ARM_AM::ShiftOpc ShiftAM = isLsl ? ARM_AM::lsl : Shift;

Completed in 83 milliseconds