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

References

lib/Transforms/InstCombine/InstCombineCasts.cpp
   47     if (ConstantInt *RHS = dyn_cast<ConstantInt>(I->getOperand(1))) {
   48       if (I->getOpcode() == Instruction::Shl) {
   52         return I->getOperand(0);
   55       if (I->getOpcode() == Instruction::Mul) {
   59         return I->getOperand(0);
   62       if (I->getOpcode() == Instruction::Add) {
   67           decomposeSimpleLinearExpr(I->getOperand(0), SubScale, Offset);