Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ConstantValue

556   Constant *ConstantValue = nullptr;
560 ConstantExpression(Constant *constantValue)
561 : Expression(ET_Constant), ConstantValue(constantValue) {}
569 Constant *getConstantValue() const { return ConstantValue; }
570 void setConstantValue(Constant *V) { ConstantValue = V; }
574 return ConstantValue == OC.ConstantValue;
579 ConstantValue->getType(), ConstantValue);
589 OS << " constant = " << *ConstantValue;