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