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

References

lib/Analysis/ValueTracking.cpp
 3898   if (!Inst)
 3901   for (unsigned i = 0, e = Inst->getNumOperands(); i != e; ++i)
 3902     if (Constant *C = dyn_cast<Constant>(Inst->getOperand(i)))
 3906   switch (Inst->getOpcode()) {
 3913     if (match(Inst->getOperand(1), m_APInt(V)))
 3921     if (!match(Inst->getOperand(1), m_APInt(Denominator)))
 3931     if (match(Inst->getOperand(0), m_APInt(Numerator)))
 3937     const LoadInst *LI = cast<LoadInst>(Inst);
 3946     auto *CI = cast<const CallInst>(Inst);