Searched defs:isShift (Results 1 – 4 of 4) sorted by relevance
116 bool isShift() { return isShift(getOpcode()); } in isShift() function131 static inline bool isShift(unsigned Opcode) { in isShift() function
458 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) { in isShift() function
569 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) { in isShift() function
6169 bool isShift = BinOpLHSVal->getOpcode() == ISD::SHL || in visitShiftByConstant() local