Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp1204 static constexpr auto orderedCmp = extremum == Extremum::Max in createExtremumCompare() local
1216 builder.create<fir::CmpfOp>(loc, orderedCmp, left, right); in createExtremumCompare()
1223 builder.create<fir::CmpfOp>(loc, orderedCmp, left, right); in createExtremumCompare()
1229 result = builder.create<fir::CmpfOp>(loc, orderedCmp, left, right); in createExtremumCompare()