Home
last modified time | relevance | path

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

/external/llvm-project/flang/unittests/Evaluate/
Dinteger.cpp201 MATCH(y == 0, quot.divisionByZero)("%s, x=0x%llx, y=0x%llx", desc, x, y); in exhaustiveTesting()
216 MATCH(y == 0, quot.divisionByZero)("%s, x=0x%llx, y=0x%llx", desc, x, y); in exhaustiveTesting()
/external/llvm-project/flang/include/flang/Evaluate/
Dinteger.h104 bool divisionByZero, overflow; member
109 bool divisionByZero{false}, overflow{false}, zeroToZero{false};
969 result.divisionByZero = true; in MultiplyUnsigned()
/external/llvm-project/flang/lib/Evaluate/
Dfold-integer.cpp460 if (quotRem.divisionByZero) { in FoldIntrinsicFunction()
Dfold-implementation.h1331 if (quotAndRem.divisionByZero) { in FoldOperation()
1360 if (power.divisionByZero) { in FoldOperation()