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

References

lib/Analysis/ValueTracking.cpp
 2669   assert(V && "No Value?");
 2671   assert(V->getType()->isIntegerTy() && "Not integer or pointer type!");
 2673   Type *T = V->getType();
 2675   ConstantInt *CI = dyn_cast<ConstantInt>(V);
 2681     Multiple = V;
 2685   ConstantExpr *CO = dyn_cast<ConstantExpr>(V);
 2700   Operator *I = dyn_cast<Operator>(V);
 2725       Op1 = ConstantInt::get(V->getContext(), API);