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

References

tools/llvm-diff/DifferenceEngine.cpp
  383     if (L == R)
  386     if (L->getValueID() != R->getValueID())
  390     if (isa<GlobalValue>(L))
  391       return Engine.equivalentAsOperands(cast<GlobalValue>(L),
  395     if (isa<ConstantExpr>(L))
  396       return equivalentAsOperands(cast<ConstantExpr>(L),
  401     if (isa<ConstantPointerNull>(L) || isa<UndefValue>(L) || isa<ConstantAggregateZero>(L))
  401     if (isa<ConstantPointerNull>(L) || isa<UndefValue>(L) || isa<ConstantAggregateZero>(L))
  401     if (isa<ConstantPointerNull>(L) || isa<UndefValue>(L) || isa<ConstantAggregateZero>(L))
  406     if (isa<BlockAddress>(L))
  407       return Blocks[cast<BlockAddress>(L)->getBasicBlock()]
  411     if (isa<ConstantVector>(L)) {
  412       ConstantVector *CVL = cast<ConstantVector>(L);