Home
last modified time | relevance | path

Searched refs:get_op_arg (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DIslNodeBuilder.cpp130 isl::ast_expr Arg0 = Cond.get_op_arg(0); in getUpperBound()
145 return Cond.get_op_arg(1); in getUpperBound()
747 isl::ast_expr StmtExpr = Expr.get_op_arg(0); in hasPartialAccesses()
DIslExprBuilder.cpp91 isl::ast_expr Operand = Expr.get_op_arg(i); in hasLargeInts()
DIslAst.cpp678 isl::ast_expr CallExpr = NodeExpr.get_op_arg(0); in cbPrintUser()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h445 inline ast_expr get_op_arg(int pos) const;
4750 ast_expr ast_expr::get_op_arg(int pos) const in get_op_arg() function