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

References

lib/Analysis/Lint.cpp
  552   if (isa<UndefValue>(V))
  555   VectorType *VecTy = dyn_cast<VectorType>(V->getType());
  557     KnownBits Known = computeKnownBits(V, DL, 0, AC, dyn_cast<Instruction>(V), DT);
  557     KnownBits Known = computeKnownBits(V, DL, 0, AC, dyn_cast<Instruction>(V), DT);
  562   Constant *C = dyn_cast<Constant>(V);