Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3946 auto dimIsEmpty = builder.create<mlir::arith::CmpIOp>( in computeLBOUND() local
3949 return builder.create<mlir::arith::SelectOp>(loc, dimIsEmpty, one, lb); in computeLBOUND()