Searched refs:divisionByZero (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/flang/unittests/Evaluate/ |
D | integer.cpp | 201 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/ |
D | integer.h | 104 bool divisionByZero, overflow; member 109 bool divisionByZero{false}, overflow{false}, zeroToZero{false}; 969 result.divisionByZero = true; in MultiplyUnsigned()
|
/external/llvm-project/flang/lib/Evaluate/ |
D | fold-integer.cpp | 460 if (quotRem.divisionByZero) { in FoldIntrinsicFunction()
|
D | fold-implementation.h | 1331 if (quotAndRem.divisionByZero) { in FoldOperation() 1360 if (power.divisionByZero) { in FoldOperation()
|