Lines Matching refs:IsSignedPredicate
242 bool IsSignedPredicate; in parseLoopStructure() local
303 IsSignedPredicate = ICmpInst::isSigned(Pred); in parseLoopStructure()
304 if (!IsSignedPredicate && !AllowUnsignedLatchCond) { in parseLoopStructure()
366 IsSignedPredicate = in parseLoopStructure()
369 if (!IsSignedPredicate && !AllowUnsignedLatchCond) { in parseLoopStructure()
418 Result.IsSignedPredicate = IsSignedPredicate; in parseLoopStructure()
597 bool IsSignedPredicate = LS.IsSignedPredicate; in changeIterationSpaceEnd() local
603 return IsSignedPredicate ? B.CreateSExt(V, RangeTy, "wide." + V->getName()) in changeIterationSpaceEnd()
611 ? (IsSignedPredicate ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_ULT) in changeIterationSpaceEnd()
612 : (IsSignedPredicate ? ICmpInst::ICMP_SGT : ICmpInst::ICMP_UGT); in changeIterationSpaceEnd()
726 bool IsSignedPredicate = MainLoopStructure.IsSignedPredicate; in run() local
753 IsSignedPredicate)) in run()
780 IsSignedPredicate)) in run()
889 if (IsSignedPredicate) in run()