Searched defs:isShift (Results 1 – 6 of 6) sorted by relevance
87 bool isShift() { return isShift(getOpcode()); } in isShift() function101 static inline bool isShift(unsigned Opcode) { in isShift() function
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
6631 bool isShift = getSubtarget()->hasXMMInt() && in LowerVECTOR_SHUFFLE() local
6169 bool isShift = BinOpLHSVal->getOpcode() == ISD::SHL || in visitShiftByConstant() local