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

References

include/llvm/Transforms/Scalar/GVNExpression.h
  600   Constant *getConstantValue() const { return ConstantValue; }
  601   void setConstantValue(Constant *V) { ConstantValue = V; }
  605     return ConstantValue == OC.ConstantValue;
  605     return ConstantValue == OC.ConstantValue;
  610                         ConstantValue->getType(), ConstantValue);
  610                         ConstantValue->getType(), ConstantValue);
  618     OS << " constant = " << *ConstantValue;