Home
last modified time | relevance | path

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

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