Home
last modified time | relevance | path

Searched refs:isPositiveConstant (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DOptimizedBufferization.cpp407 auto isPositiveConstant = [](mlir::Value v) -> bool { in findMatch()
429 isPositiveConstant(addi.getRhs())) || in findMatch()
431 isPositiveConstant(addi.getLhs()))) in findMatch()
435 isPositiveConstant(subi.getRhs())) in findMatch()
249 auto isPositiveConstant = [](mlir::Value v) -> bool { areIdenticalOrDisjointSlices() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp512 auto isPositiveConstant = [](mlir::Value v) -> bool { in mutuallyExclusiveSliceRange() local
526 isPositiveConstant(addi.getRhs())) || in mutuallyExclusiveSliceRange()
528 isPositiveConstant(addi.getLhs()))) in mutuallyExclusiveSliceRange()
532 isPositiveConstant(subi.getRhs())) in mutuallyExclusiveSliceRange()