Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp487 bool IsSignedPredicate = true; member
504 Result.IsSignedPredicate = IsSignedPredicate; in map()
559 Optional<SubRanges> calculateSubRanges(bool IsSignedPredicate) const;
868 bool IsSignedPredicate; in parseLoopStructure() local
929 IsSignedPredicate = ICmpInst::isSigned(Pred); in parseLoopStructure()
930 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()
992 IsSignedPredicate = in parseLoopStructure()
995 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()
1048 Result.IsSignedPredicate = IsSignedPredicate; in parseLoopStructure()
1063 LoopConstrainer::calculateSubRanges(bool IsSignedPredicate) const { in calculateSubRanges()
[all …]