Searched refs:IsSignedCmp (Results 1 – 3 of 3) sorted by relevance
6276 bool IsSignedCmp = ICmp.isSigned(); in foldICmpWithZextOrSext() local6333 if (IsSignedCmp && IsSignedExt) in foldICmpWithZextOrSext()6354 if (IsSignedExt && IsSignedCmp) in foldICmpWithZextOrSext()6366 if (IsSignedCmp || !IsSignedExt || !isa<ConstantInt>(C)) in foldICmpWithZextOrSext()
20536 unsigned Limit, bool IsTruncRoot, bool IsSignedCmp) -> unsigned { in computeMinimumValueSizes() argument20610 bool IsKnownPositive = !IsSignedCmp && all_of(E.Scalars, [&](Value *R) { in computeMinimumValueSizes()20748 bool IsSignedCmp = false; in computeMinimumValueSizes() local20753 IsSignedCmp = true; in computeMinimumValueSizes()20764 IsTruncRoot, IsSignedCmp); in computeMinimumValueSizes()20804 IsSignedCmp = in computeMinimumValueSizes()
14345 bool IsSignedCmp = ISD::isSignedIntSetCC(CC); in foldSextSetcc() local14346 unsigned LoadOpcode = IsSignedCmp ? ISD::SEXTLOAD : ISD::ZEXTLOAD; in foldSextSetcc()14347 unsigned ExtOpcode = IsSignedCmp ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in foldSextSetcc()