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

References

lib/Analysis/ValueTracking.cpp
 5688   assert(V->getType()->isIntOrIntVectorTy() && "Expected integer instruction");
 5691   if (match(V, m_APInt(C)))
 5695   unsigned BitWidth = V->getType()->getScalarSizeInBits();
 5698   if (auto *BO = dyn_cast<BinaryOperator>(V))
 5700   else if (auto *II = dyn_cast<IntrinsicInst>(V))
 5702   else if (auto *SI = dyn_cast<SelectInst>(V))
 5707   if (auto *I = dyn_cast<Instruction>(V))