Searched refs:IsSignedPredicate (Results 1 – 3 of 3) sorted by relevance
248 bool IsSignedPredicate; in parseLoopStructure() local309 IsSignedPredicate = ICmpInst::isSigned(Pred); in parseLoopStructure()310 if (!IsSignedPredicate && !AllowUnsignedLatchCond) { in parseLoopStructure()372 IsSignedPredicate = in parseLoopStructure()375 if (!IsSignedPredicate && !AllowUnsignedLatchCond) { in parseLoopStructure()424 Result.IsSignedPredicate = IsSignedPredicate; in parseLoopStructure()603 bool IsSignedPredicate = LS.IsSignedPredicate; in changeIterationSpaceEnd() local609 return IsSignedPredicate ? B.CreateSExt(V, RangeTy, "wide." + V->getName()) in changeIterationSpaceEnd()617 ? (IsSignedPredicate ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT) in changeIterationSpaceEnd()618 : (IsSignedPredicate ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT); in changeIterationSpaceEnd()[all …]
60 bool IsSignedPredicate = true; member78 Result.IsSignedPredicate = IsSignedPredicate; in map()
578 bool IsSignedPredicate = MainLoopStructure.IsSignedPredicate; in calculateSubRanges() local583 RTy, SE, IsSignedPredicate); in calculateSubRanges()585 SE, IsSignedPredicate); in calculateSubRanges()622 auto Clamp = [&SE, Smallest, Greatest, IsSignedPredicate](const SCEV *S) { in calculateSubRanges()623 return IsSignedPredicate in calculateSubRanges()630 IsSignedPredicate ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE; in calculateSubRanges()632 IsSignedPredicate ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT; in calculateSubRanges()1035 LS.IsSignedPredicate ? IntersectSignedRange : IntersectUnsignedRange; in run()1039 LS.IsSignedPredicate); in run()1043 assert(!MaybeSafeIterRange->isEmpty(SE, LS.IsSignedPredicate) && in run()