Searched refs:constantValue (Results 1 – 2 of 2) sorted by relevance
594 ConstantExpression(Constant *constantValue) in ConstantExpression() argument595 : Expression(ET_Constant), ConstantValue(constantValue) {} in ConstantExpression()
12916 constantValue(BinaryOperatorKind Op, ComparisonResult R, bool ConstantOnRHS) { in constantValue() function13029 auto Result = PromotedRange::constantValue(E->getOpcode(), Cmp, RhsConstant); in CheckTautologicalComparison()13040 if (auto TypeResult = PromotedRange::constantValue(E->getOpcode(), TypeCmp, in CheckTautologicalComparison()