Lines Matching refs:IsSignedPredicate
465 bool IsSignedPredicate = true; member
482 Result.IsSignedPredicate = IsSignedPredicate; in map()
544 Optional<SubRanges> calculateSubRanges(bool IsSignedPredicate) const;
871 bool IsSignedPredicate = ICmpInst::isSigned(Pred); in parseLoopStructure() local
925 IsSignedPredicate = ICmpInst::isSigned(Pred); in parseLoopStructure()
926 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()
989 IsSignedPredicate = in parseLoopStructure()
992 if (!IsSignedPredicate && !AllowUnsignedLatchCondition) { in parseLoopStructure()
1041 Result.IsSignedPredicate = IsSignedPredicate; in parseLoopStructure()
1049 LoopConstrainer::calculateSubRanges(bool IsSignedPredicate) const { in calculateSubRanges()
1098 auto Clamp = [this, Smallest, Greatest, IsSignedPredicate](const SCEV *S) { in calculateSubRanges()
1099 return IsSignedPredicate in calculateSubRanges()
1106 IsSignedPredicate ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; in calculateSubRanges()
1108 IsSignedPredicate ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; in calculateSubRanges()
1257 bool IsSignedPredicate = LS.IsSignedPredicate; in changeIterationSpaceEnd() local
1265 ? (IsSignedPredicate ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT) in changeIterationSpaceEnd()
1266 : (IsSignedPredicate ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT); in changeIterationSpaceEnd()
1386 bool IsSignedPredicate = MainLoopStructure.IsSignedPredicate; in run() local
1387 Optional<SubRanges> MaybeSR = calculateSubRanges(IsSignedPredicate); in run()
1421 IsSignedPredicate)) in run()
1448 IsSignedPredicate)) in run()
1825 LS.IsSignedPredicate ? IntersectSignedRange : IntersectUnsignedRange; in run()
1830 LS.IsSignedPredicate); in run()
1836 !MaybeSafeIterRange.getValue().isEmpty(SE, LS.IsSignedPredicate) && in run()