Lines Matching defs:shift
1102 // Translate into a shift
2212 Instruction *shift = arg->getInsn();
2214 if (shift && shift->op == OP_SHR &&
2215 shift->sType == cvt->sType &&
2216 shift->src(1).getImmediate(imm) &&
2219 arg = shift->getSrc(0);
2243 // Irrespective of what came earlier, we can undo a shift on the argument
2245 Instruction *shift = arg->getInsn();
2246 if (shift && shift->op == OP_SHL &&
2247 shift->src(1).getImmediate(imm) &&
2251 arg = shift->getSrc(0);