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

References

lib/Analysis/ValueTracking.cpp
 3812       if (U->getOpcode() == Instruction::PtrToInt)
 3813         return U->getOperand(0);
 3820       if (U->getOpcode() != Instruction::Add ||
 3821           (!isa<ConstantInt>(U->getOperand(1)) &&
 3822            Operator::getOpcode(U->getOperand(1)) != Instruction::Mul &&
 3823            !isa<PHINode>(U->getOperand(1))))
 3825       V = U->getOperand(0);