Lines Matching refs:IsSignedPredicate
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 ? 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()
732 bool IsSignedPredicate = MainLoopStructure.IsSignedPredicate; in run() local
759 IsSignedPredicate)) in run()
786 IsSignedPredicate)) in run()
895 if (IsSignedPredicate) in run()