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

References

include/llvm/Analysis/BasicAliasAnalysis.h
  124       return V == Other.V && ZExtBits == Other.ZExtBits &&
  124       return V == Other.V && ZExtBits == Other.ZExtBits &&
lib/Analysis/BasicAliasAnalysis.cpp
  613         if (Decomposed.VarIndices[i].V == Index &&
 1482         const Value *V = DecompGEP1.VarIndices[i].V;
 1948     const Value *V = Src[i].V;
 1955       if (!isValueEqualInPotentialCycles(Dest[j].V, V) ||
 1994   unsigned Width = Var1.V->getType()->getIntegerBitWidth();
 2004   const Value *V0 = GetLinearExpression(Var0.V, V0Scale, V0Offset, V0ZExtBits,
 2008   const Value *V1 = GetLinearExpression(Var1.V, V1Scale, V1Offset, V1ZExtBits,