Searched refs:IsSignedPredicate (Results 1 – 1 of 1) sorted by relevance
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 …]