Searched refs:MayOverflow (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1455 return OverflowResult::MayOverflow;
1464 return OverflowResult::MayOverflow;
1471 return OverflowResult::MayOverflow;
1490 return OverflowResult::MayOverflow;
1493 return OverflowResult::MayOverflow;
1501 return OverflowResult::MayOverflow;
1510 return OverflowResult::MayOverflow;
1517 return OverflowResult::MayOverflow;
1536 return OverflowResult::MayOverflow;
1539 return OverflowResult::MayOverflow;
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h470 MayOverflow, member in class:llvm::ConstantRange::OverflowResult
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h478 MayOverflow, member in class:llvm::OverflowResult
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4413 case ConstantRange::OverflowResult::MayOverflow:
4414 return OverflowResult::MayOverflow;
4492 return OverflowResult::MayOverflow;
4543 if (OR != OverflowResult::MayOverflow)
4548 return OverflowResult::MayOverflow;
4568 return OverflowResult::MayOverflow;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2172 case OverflowResult::MayOverflow:
H A DInstCombineCompares.cpp4539 case OverflowResult::MayOverflow:

Completed in 226 milliseconds