Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp1653 if (isaPointerOrAllocatable || !normalizedLowerBound(xbox)) in matchAndRewrite()
1659 (isaPointerOrAllocatable || !normalizedLowerBound(xbox))) { in matchAndRewrite()
1718 inline static bool normalizedLowerBound(fir::cg::XEmboxOp xbox) { in normalizedLowerBound() function