Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ConstantValue

587   Constant *ConstantValue = nullptr;
591 ConstantExpression(Constant *constantValue)
592 : Expression(ET_Constant), ConstantValue(constantValue) {}
600 Constant *getConstantValue() const { return ConstantValue; }
601 void setConstantValue(Constant *V) { ConstantValue = V; }
605 return ConstantValue == OC.ConstantValue;
610 ConstantValue->getType(), ConstantValue);
618 OS << " constant = " << *ConstantValue;