Searched refs:ExpressionLiteral (Results 1 – 2 of 2) sorted by relevance
158 class ExpressionLiteral : public ExpressionAST {164 explicit ExpressionLiteral(StringRef ExpressionStr, APInt Val) in ExpressionLiteral() function
490 return std::make_unique<ExpressionLiteral>(SaveExpr.drop_back(Expr.size()), in parseNumericOperand()