reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1233 if (const auto *C = dyn_cast<ConstantInt>(SI->getOperand(1))) 1234 if ((SI->getOpcode() == Instruction::Shl) && (C->getZExtValue() < 4)) { 1235 unsigned RHSReg = getRegForValue(SI->getOperand(0)); 1238 bool RHSIsKill = hasTrivialKill(SI->getOperand(0));