Searched refs:IsSignedPredicate (Results 1 – 2 of 2) sorted by relevance
470 bool IsSignedPredicate = true; member487 Result.IsSignedPredicate = IsSignedPredicate; in map()543 Optional<SubRanges> calculateSubRanges(bool IsSignedPredicate) const;863 bool IsSignedPredicate; in parseLoopStructure() local917 IsSignedPredicate = ICmpInst::isSigned(Pred); in parseLoopStructure()918 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()981 IsSignedPredicate = in parseLoopStructure()984 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()1033 Result.IsSignedPredicate = IsSignedPredicate; in parseLoopStructure()1048 LoopConstrainer::calculateSubRanges(bool IsSignedPredicate) const { in calculateSubRanges()[all …]
484 bool IsSignedPredicate = true; member501 Result.IsSignedPredicate = IsSignedPredicate; in map()556 std::optional<SubRanges> calculateSubRanges(bool IsSignedPredicate) const;869 bool IsSignedPredicate; in parseLoopStructure() local930 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 …]