Searched refs:IsSignedPredicate (Results 1 – 3 of 3) sorted by relevance
248 bool IsSignedPredicate; in parseLoopStructure() local 309 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() local 609 return IsSignedPredicate in changeIterationSpaceEnd() 732 bool IsSignedPredicate = MainLoopStructure.IsSignedPredicate; run() local [all...]
60 bool IsSignedPredicate = true; member78 Result.IsSignedPredicate = IsSignedPredicate; in map()
594 bool IsSignedPredicate = MainLoopStructure.IsSignedPredicate; in calculateSubRanges() 599 RTy, SE, IsSignedPredicate); in calculateSubRanges() 601 SE, IsSignedPredicate); in calculateSubRanges() 638 auto Clamp = [&SE, Smallest, Greatest, IsSignedPredicate](const SCEV *S) { in calculateSubRanges() 639 return IsSignedPredicate in calculateSubRanges() 646 IsSignedPredicate ? ICmpInst::ICMP_SLE : ICmpInst::ICMP_ULE;648 IsSignedPredicate ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT;1057 LS.IsSignedPredicate ? IntersectSignedRange : IntersectUnsignedRange; in run() 1061 LS.IsSignedPredicate); in run() 578 bool IsSignedPredicate = MainLoopStructure.IsSignedPredicate; calculateSubRanges() local [all...]