Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp484 bool IsSignedPredicate = true; member
501 Result.IsSignedPredicate = IsSignedPredicate; in map()
556 std::optional<SubRanges> calculateSubRanges(bool IsSignedPredicate) const;
869 bool IsSignedPredicate; in parseLoopStructure() local
930 IsSignedPredicate = ICmpInst::isSigned(Pred); in parseLoopStructure()
931 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()
993 IsSignedPredicate = in parseLoopStructure()
996 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()
1049 Result.IsSignedPredicate = IsSignedPredicate; in parseLoopStructure()
1064 LoopConstrainer::calculateSubRanges(bool IsSignedPredicate) const { in calculateSubRanges()
[all …]