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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp479 bool IsSignedPredicate = true; member in struct:__anon4639::LoopStructure
496 Result.IsSignedPredicate = IsSignedPredicate;
552 Optional<SubRanges> calculateSubRanges(bool IsSignedPredicate) const;
872 bool IsSignedPredicate; local
933 IsSignedPredicate = ICmpInst::isSigned(Pred);
934 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) {
996 IsSignedPredicate =
999 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) {
1052 Result.IsSignedPredicate
1282 bool IsSignedPredicate = LS.IsSignedPredicate; local
1416 bool IsSignedPredicate = MainLoopStructure.IsSignedPredicate; local
[all...]

Completed in 44 milliseconds