Lines Matching refs:IsSignedPredicate

487   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()
1080 RTy, SE, IsSignedPredicate); in calculateSubRanges()
1082 SE, IsSignedPredicate); in calculateSubRanges()
1119 auto Clamp = [this, Smallest, Greatest, IsSignedPredicate](const SCEV *S) { in calculateSubRanges()
1120 return IsSignedPredicate in calculateSubRanges()
1127 IsSignedPredicate ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; in calculateSubRanges()
1129 IsSignedPredicate ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; in calculateSubRanges()
1278 bool IsSignedPredicate = LS.IsSignedPredicate; in changeIterationSpaceEnd() local
1285 return IsSignedPredicate ? B.CreateSExt(V, RangeTy, "wide." + V->getName()) in changeIterationSpaceEnd()
1293 ? (IsSignedPredicate ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT) in changeIterationSpaceEnd()
1294 : (IsSignedPredicate ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT); in changeIterationSpaceEnd()
1412 bool IsSignedPredicate = MainLoopStructure.IsSignedPredicate; in run() local
1413 Optional<SubRanges> MaybeSR = calculateSubRanges(IsSignedPredicate); in run()
1447 IsSignedPredicate)) in run()
1474 IsSignedPredicate)) in run()
1943 LS.IsSignedPredicate ? IntersectSignedRange : IntersectUnsignedRange; in run()
1948 LS.IsSignedPredicate); in run()
1954 !MaybeSafeIterRange.getValue().isEmpty(SE, LS.IsSignedPredicate) && in run()