Home
last modified time | relevance | path

Searched refs:hasLargeInts (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/include/polly/CodeGen/
DIslExprBuilder.h182 bool hasLargeInts(isl::ast_expr Expr);
/external/llvm-project/polly/lib/CodeGen/
DIslExprBuilder.cpp73 bool IslExprBuilder::hasLargeInts(isl::ast_expr Expr) { in hasLargeInts() function in IslExprBuilder
92 if (hasLargeInts(Operand)) in hasLargeInts()
DIslNodeBuilder.cpp1584 if (ExprBuilder.hasLargeInts(isl::manage_copy(Condition))) { in createRTC()