Searched refs:IsSignedPredicate (Results 1 – 1 of 1) sorted by relevance
487 bool IsSignedPredicate = true; member504 Result.IsSignedPredicate = IsSignedPredicate; in map()559 Optional<SubRanges> calculateSubRanges(bool IsSignedPredicate) const;868 bool IsSignedPredicate; in parseLoopStructure() local929 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 …]