reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolution.cpp
 6413       if (L && L->getOpcode() == Instruction::Shl) {
 6413       if (L && L->getOpcode() == Instruction::Shl) {
 6418         const SCEV *ShlOp0SCEV = getSCEV(L->getOperand(0));
 6419         if (L->getOperand(1) == BO->RHS)
 6425         ConstantInt *ShlAmtCI = dyn_cast<ConstantInt>(L->getOperand(1));