58#include "llvm/IR/IntrinsicsAArch64.h"
59#include "llvm/IR/IntrinsicsAMDGPU.h"
60#include "llvm/IR/IntrinsicsRISCV.h"
61#include "llvm/IR/IntrinsicsX86.h"
99 return DL.getPointerTypeSizeInBits(Ty);
111 CxtI = dyn_cast<Instruction>(V);
119 const APInt &DemandedElts,
121 if (isa<ScalableVectorType>(Shuf->
getType())) {
123 DemandedLHS = DemandedRHS = DemandedElts;
130 DemandedElts, DemandedLHS, DemandedRHS);
142 auto *FVTy = dyn_cast<FixedVectorType>(V->getType());
151 bool UseInstrInfo,
unsigned Depth) {
240 "LHS and RHS should have the same type");
242 "LHS and RHS should be integers");
253 return !
I->user_empty() &&
all_of(
I->users(), [](
const User *U) {
254 return match(U, m_ICmp(m_Value(), m_Zero()));
259 return !
I->user_empty() &&
all_of(
I->users(), [](
const User *U) {
261 return match(U, m_ICmp(P, m_Value(), m_Zero())) && ICmpInst::isEquality(P);
270 return ::isKnownToBeAPowerOfTwo(
285 if (
auto *CI = dyn_cast<ConstantInt>(V))
286 return CI->getValue().isStrictlyPositive();
309 auto *FVTy = dyn_cast<FixedVectorType>(V1->
getType());
312 return ::isKnownNonEqual(V1, V2, DemandedElts, Q,
Depth);
319 return Mask.isSubsetOf(Known.
Zero);
326 unsigned Depth = 0) {
327 auto *FVTy = dyn_cast<FixedVectorType>(V->getType());
337 return ::ComputeNumSignBits(
347 return V->getType()->getScalarSizeInBits() - SignBits + 1;
352 const APInt &DemandedElts,
359 if (KnownOut.
isUnknown() && !NSW && !NUW)
372 bool NUW,
const APInt &DemandedElts,
389 bool isKnownNegativeOp0 = Known2.
isNegative();
392 (isKnownNonNegativeOp1 && isKnownNonNegativeOp0);
404 (isKnownNegativeOp1 && isKnownNonNegativeOp0 &&
406 (isKnownNegativeOp0 && isKnownNonNegativeOp1 && Known.
isNonZero());
410 bool SelfMultiply = Op0 == Op1;
430 unsigned NumRanges = Ranges.getNumOperands() / 2;
436 for (
unsigned i = 0; i < NumRanges; ++i) {
438 mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 0));
440 mdconst::extract<ConstantInt>(Ranges.getOperand(2 * i + 1));
445 "Known bit width must match range bit width!");
448 unsigned CommonPrefixBits =
452 Known.
One &= UnsignedMax & Mask;
453 Known.
Zero &= ~UnsignedMax & Mask;
468 while (!WorkSet.
empty()) {
470 if (!Visited.
insert(V).second)
475 return EphValues.count(cast<Instruction>(U));
480 if (V ==
I || (!V->mayHaveSideEffects() && !V->isTerminator())) {
483 if (
const User *U = dyn_cast<User>(V)) {
484 for (
const Use &U : U->operands()) {
485 if (
const auto *
I = dyn_cast<Instruction>(U.get()))
499 return CI->isAssumeLikeIntrinsic();
507 bool AllowEphemerals) {
525 if (!AllowEphemerals && Inv == CxtI)
561 if (Pred == ICmpInst::ICMP_UGT)
565 if (Pred == ICmpInst::ICMP_NE)
576 auto *VC = dyn_cast<ConstantDataVector>(
RHS);
580 for (
unsigned ElemIdx = 0, NElem = VC->getNumElements(); ElemIdx < NElem;
583 Pred, VC->getElementAsAPInt(ElemIdx));
592 const PHINode **PhiOut =
nullptr) {
596 CtxIOut =
PHI->getIncomingBlock(*U)->getTerminator();
611 if (
auto *IncPhi = dyn_cast<PHINode>(ValOut);
612 IncPhi && IncPhi->getNumIncomingValues() == 2) {
614 if (IncPhi->getIncomingValue(
Idx) ==
PHI) {
615 ValOut = IncPhi->getIncomingValue(1 -
Idx);
618 CtxIOut = IncPhi->getIncomingBlock(1 -
Idx)->getTerminator();
637 "Got assumption for the wrong function!");
640 if (!V->getType()->isPointerTy())
643 *
I,
I->bundle_op_info_begin()[Elem.Index])) {
645 (RK.AttrKind == Attribute::NonNull ||
646 (RK.AttrKind == Attribute::Dereferenceable &&
648 V->getType()->getPointerAddressSpace()))) &&
680 case ICmpInst::ICMP_EQ:
683 case ICmpInst::ICMP_SGE:
684 case ICmpInst::ICMP_SGT:
687 case ICmpInst::ICMP_SLT:
708 case ICmpInst::ICMP_EQ:
717 Known.
Zero |= ~*
C & *Mask;
723 Known.
One |= *
C & ~*Mask;
742 case ICmpInst::ICMP_NE: {
757 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) {
763 (*
C + (Pred == ICmpInst::ICMP_UGT)).countLeadingOnes());
765 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
771 (*
C - (Pred == ICmpInst::ICMP_ULT)).countLeadingZeros());
782 Invert ? Cmp->getInversePredicate() : Cmp->getPredicate();
802 bool Invert,
unsigned Depth) {
819 if (
auto *Cmp = dyn_cast<ICmpInst>(
Cond)) {
884 "Got assumption for the wrong function!");
887 if (!V->getType()->isPointerTy())
890 *
I,
I->bundle_op_info_begin()[Elem.Index])) {
894 if (RK.WasOn == V && RK.AttrKind == Attribute::Alignment &&
906 Value *Arg =
I->getArgOperand(0);
921 auto *Trunc = dyn_cast<TruncInst>(Arg);
922 if (Trunc && Trunc->getOperand(0) == V &&
924 if (Trunc->hasNoUnsignedWrap()) {
936 ICmpInst *Cmp = dyn_cast<ICmpInst>(Arg);
972 Known = KF(Known2, Known, ShAmtNonZero);
983 Value *
X =
nullptr, *
Y =
nullptr;
985 switch (
I->getOpcode()) {
986 case Instruction::And:
987 KnownOut = KnownLHS & KnownRHS;
997 KnownOut = KnownLHS.
blsi();
999 KnownOut = KnownRHS.
blsi();
1002 case Instruction::Or:
1003 KnownOut = KnownLHS | KnownRHS;
1005 case Instruction::Xor:
1006 KnownOut = KnownLHS ^ KnownRHS;
1016 const KnownBits &XBits =
I->getOperand(0) ==
X ? KnownLHS : KnownRHS;
1017 KnownOut = XBits.
blsmsk();
1030 if (!KnownOut.
Zero[0] && !KnownOut.
One[0] &&
1051 APInt DemandedEltsLHS, DemandedEltsRHS;
1053 DemandedElts, DemandedEltsLHS,
1056 const auto ComputeForSingleOpFunc =
1058 return KnownBitsFunc(
1063 if (DemandedEltsRHS.
isZero())
1064 return ComputeForSingleOpFunc(
I->getOperand(0), DemandedEltsLHS);
1065 if (DemandedEltsLHS.
isZero())
1066 return ComputeForSingleOpFunc(
I->getOperand(1), DemandedEltsRHS);
1068 return ComputeForSingleOpFunc(
I->getOperand(0), DemandedEltsLHS)
1069 .intersectWith(ComputeForSingleOpFunc(
I->getOperand(1), DemandedEltsRHS));
1078 auto *FVTy = dyn_cast<FixedVectorType>(
I->getType());
1079 APInt DemandedElts =
1087 Attribute Attr =
F->getFnAttribute(Attribute::VScaleRange);
1095 return ConstantRange::getEmpty(
BitWidth);
1106 Value *Arm,
bool Invert,
1145 "Input should be a Select!");
1155 const Value *LHS2 =
nullptr, *RHS2 =
nullptr;
1167 return CLow->
sle(*CHigh);
1172 const APInt *&CHigh) {
1173 assert((
II->getIntrinsicID() == Intrinsic::smin ||
1174 II->getIntrinsicID() == Intrinsic::smax) &&
1175 "Must be smin/smax");
1178 auto *InnerII = dyn_cast<IntrinsicInst>(
II->getArgOperand(0));
1179 if (!InnerII || InnerII->getIntrinsicID() != InverseID ||
1184 if (
II->getIntrinsicID() == Intrinsic::smin)
1186 return CLow->
sle(*CHigh);
1191 const APInt *CLow, *CHigh;
1198 const APInt &DemandedElts,
1205 switch (
I->getOpcode()) {
1207 case Instruction::Load:
1212 case Instruction::And:
1218 case Instruction::Or:
1224 case Instruction::Xor:
1230 case Instruction::Mul: {
1234 DemandedElts, Known, Known2, Q,
Depth);
1237 case Instruction::UDiv: {
1244 case Instruction::SDiv: {
1251 case Instruction::Select: {
1252 auto ComputeForArm = [&](
Value *Arm,
bool Invert) {
1260 ComputeForArm(
I->getOperand(1),
false)
1264 case Instruction::FPTrunc:
1265 case Instruction::FPExt:
1266 case Instruction::FPToUI:
1267 case Instruction::FPToSI:
1268 case Instruction::SIToFP:
1269 case Instruction::UIToFP:
1271 case Instruction::PtrToInt:
1272 case Instruction::IntToPtr:
1275 case Instruction::ZExt:
1276 case Instruction::Trunc: {
1277 Type *SrcTy =
I->getOperand(0)->getType();
1279 unsigned SrcBitWidth;
1287 assert(SrcBitWidth &&
"SrcBitWidth can't be zero");
1290 if (
auto *Inst = dyn_cast<PossiblyNonNegInst>(
I);
1291 Inst && Inst->hasNonNeg() && !Known.
isNegative())
1296 case Instruction::BitCast: {
1297 Type *SrcTy =
I->getOperand(0)->getType();
1301 !
I->getType()->isVectorTy()) {
1309 V->getType()->isFPOrFPVectorTy()) {
1310 Type *FPType = V->getType()->getScalarType();
1323 if (FPClasses &
fcInf)
1335 if (Result.SignBit) {
1336 if (*Result.SignBit)
1346 auto *SrcVecTy = dyn_cast<FixedVectorType>(SrcTy);
1347 if (!SrcVecTy || !SrcVecTy->getElementType()->isIntegerTy() ||
1348 !
I->getType()->isIntOrIntVectorTy() ||
1349 isa<ScalableVectorType>(
I->getType()))
1356 unsigned SubBitWidth = SrcVecTy->getScalarSizeInBits();
1372 unsigned SubScale =
BitWidth / SubBitWidth;
1374 for (
unsigned i = 0; i != NumElts; ++i) {
1375 if (DemandedElts[i])
1376 SubDemandedElts.
setBit(i * SubScale);
1380 for (
unsigned i = 0; i != SubScale; ++i) {
1383 unsigned ShiftElt = IsLE ? i : SubScale - 1 - i;
1384 Known.
insertBits(KnownSrc, ShiftElt * SubBitWidth);
1390 unsigned SubScale = SubBitWidth /
BitWidth;
1392 APInt SubDemandedElts =
1399 for (
unsigned i = 0; i != NumElts; ++i) {
1400 if (DemandedElts[i]) {
1401 unsigned Shifts = IsLE ? i : NumElts - 1 - i;
1411 case Instruction::SExt: {
1413 unsigned SrcBitWidth =
I->getOperand(0)->getType()->getScalarSizeInBits();
1415 Known = Known.
trunc(SrcBitWidth);
1422 case Instruction::Shl: {
1426 bool ShAmtNonZero) {
1427 return KnownBits::shl(KnownVal, KnownAmt, NUW, NSW, ShAmtNonZero);
1437 case Instruction::LShr: {
1438 bool Exact = Q.
IIQ.
isExact(cast<BinaryOperator>(
I));
1440 bool ShAmtNonZero) {
1451 case Instruction::AShr: {
1452 bool Exact = Q.
IIQ.
isExact(cast<BinaryOperator>(
I));
1454 bool ShAmtNonZero) {
1461 case Instruction::Sub: {
1465 DemandedElts, Known, Known2, Q,
Depth);
1468 case Instruction::Add: {
1472 DemandedElts, Known, Known2, Q,
Depth);
1475 case Instruction::SRem:
1481 case Instruction::URem:
1486 case Instruction::Alloca:
1489 case Instruction::GetElementPtr: {
1496 APInt AccConstIndices(IndexWidth, 0);
1498 auto AddIndexToKnown = [&](
KnownBits IndexBits) {
1507 "Index width can't be larger than pointer width");
1513 for (
unsigned i = 1, e =
I->getNumOperands(); i != e; ++i, ++GTI) {
1518 Value *Index =
I->getOperand(i);
1521 Constant *CIndex = dyn_cast<Constant>(Index);
1529 "Access to structure field must be known at compile time");
1534 unsigned Idx = cast<ConstantInt>(Index)->getZExtValue();
1537 AccConstIndices +=
Offset;
1552 if (
auto *CI = dyn_cast<ConstantInt>(Index)) {
1554 CI->getValue().
sextOrTrunc(IndexWidth) * StrideInBytes;
1578 case Instruction::PHI: {
1581 Value *R =
nullptr, *L =
nullptr;
1594 case Instruction::LShr:
1595 case Instruction::AShr:
1596 case Instruction::Shl:
1597 case Instruction::UDiv:
1604 case Instruction::URem: {
1617 case Instruction::Shl:
1621 case Instruction::LShr:
1622 case Instruction::UDiv:
1623 case Instruction::URem:
1628 case Instruction::AShr:
1640 case Instruction::Add:
1641 case Instruction::Sub:
1642 case Instruction::And:
1643 case Instruction::Or:
1644 case Instruction::Mul: {
1651 unsigned OpNum =
P->getOperand(0) == R ? 0 : 1;
1652 Instruction *RInst =
P->getIncomingBlock(OpNum)->getTerminator();
1653 Instruction *LInst =
P->getIncomingBlock(1 - OpNum)->getTerminator();
1668 auto *OverflowOp = dyn_cast<OverflowingBinaryOperator>(BO);
1682 case Instruction::Add: {
1692 case Instruction::Sub: {
1703 case Instruction::Mul:
1720 if (
P->getNumIncomingValues() == 0)
1727 if (isa_and_nonnull<UndefValue>(
P->hasConstantValue()))
1732 for (
const Use &U :
P->operands()) {
1767 if ((TrueSucc == CxtPhi->
getParent()) !=
1784 Known2 = KnownUnion;
1798 case Instruction::Call:
1799 case Instruction::Invoke: {
1807 const auto *CB = cast<CallBase>(
I);
1809 if (std::optional<ConstantRange>
Range = CB->getRange())
1812 if (
const Value *RV = CB->getReturnedArgOperand()) {
1813 if (RV->getType() ==
I->getType()) {
1825 switch (
II->getIntrinsicID()) {
1828 case Intrinsic::abs: {
1830 bool IntMinIsPoison =
match(
II->getArgOperand(1),
m_One());
1834 case Intrinsic::bitreverse:
1838 case Intrinsic::bswap:
1842 case Intrinsic::ctlz: {
1848 PossibleLZ = std::min(PossibleLZ,
BitWidth - 1);
1853 case Intrinsic::cttz: {
1859 PossibleTZ = std::min(PossibleTZ,
BitWidth - 1);
1864 case Intrinsic::ctpop: {
1875 case Intrinsic::fshr:
1876 case Intrinsic::fshl: {
1883 if (
II->getIntrinsicID() == Intrinsic::fshr)
1890 Known2 <<= ShiftAmt;
1895 case Intrinsic::uadd_sat:
1900 case Intrinsic::usub_sat:
1905 case Intrinsic::sadd_sat:
1910 case Intrinsic::ssub_sat:
1916 case Intrinsic::vector_reverse:
1922 case Intrinsic::vector_reduce_and:
1923 case Intrinsic::vector_reduce_or:
1924 case Intrinsic::vector_reduce_umax:
1925 case Intrinsic::vector_reduce_umin:
1926 case Intrinsic::vector_reduce_smax:
1927 case Intrinsic::vector_reduce_smin:
1930 case Intrinsic::vector_reduce_xor: {
1935 auto *VecTy = cast<VectorType>(
I->getOperand(0)->getType());
1937 bool EvenCnt = VecTy->getElementCount().isKnownEven();
1941 if (VecTy->isScalableTy() || EvenCnt)
1945 case Intrinsic::umin:
1950 case Intrinsic::umax:
1955 case Intrinsic::smin:
1961 case Intrinsic::smax:
1967 case Intrinsic::ptrmask: {
1970 const Value *Mask =
I->getOperand(1);
1971 Known2 =
KnownBits(Mask->getType()->getScalarSizeInBits());
1977 case Intrinsic::x86_sse2_pmulh_w:
1978 case Intrinsic::x86_avx2_pmulh_w:
1979 case Intrinsic::x86_avx512_pmulh_w_512:
1984 case Intrinsic::x86_sse2_pmulhu_w:
1985 case Intrinsic::x86_avx2_pmulhu_w:
1986 case Intrinsic::x86_avx512_pmulhu_w_512:
1991 case Intrinsic::x86_sse42_crc32_64_64:
1994 case Intrinsic::x86_ssse3_phadd_d_128:
1995 case Intrinsic::x86_ssse3_phadd_w_128:
1996 case Intrinsic::x86_avx2_phadd_d:
1997 case Intrinsic::x86_avx2_phadd_w: {
1999 I, DemandedElts, Q,
Depth,
2005 case Intrinsic::x86_ssse3_phadd_sw_128:
2006 case Intrinsic::x86_avx2_phadd_sw: {
2011 case Intrinsic::x86_ssse3_phsub_d_128:
2012 case Intrinsic::x86_ssse3_phsub_w_128:
2013 case Intrinsic::x86_avx2_phsub_d:
2014 case Intrinsic::x86_avx2_phsub_w: {
2016 I, DemandedElts, Q,
Depth,
2022 case Intrinsic::x86_ssse3_phsub_sw_128:
2023 case Intrinsic::x86_avx2_phsub_sw: {
2028 case Intrinsic::riscv_vsetvli:
2029 case Intrinsic::riscv_vsetvlimax: {
2030 bool HasAVL =
II->getIntrinsicID() == Intrinsic::riscv_vsetvli;
2033 cast<ConstantInt>(
II->getArgOperand(HasAVL))->getZExtValue());
2035 cast<ConstantInt>(
II->getArgOperand(1 + HasAVL))->getZExtValue());
2042 if (
auto *CI = dyn_cast<ConstantInt>(
II->getArgOperand(0)))
2043 MaxVL = std::min(MaxVL, CI->getZExtValue());
2045 unsigned KnownZeroFirstBit =
Log2_32(MaxVL) + 1;
2050 case Intrinsic::vscale: {
2051 if (!
II->getParent() || !
II->getFunction())
2061 case Instruction::ShuffleVector: {
2062 auto *Shuf = dyn_cast<ShuffleVectorInst>(
I);
2070 APInt DemandedLHS, DemandedRHS;
2077 if (!!DemandedLHS) {
2078 const Value *
LHS = Shuf->getOperand(0);
2084 if (!!DemandedRHS) {
2085 const Value *
RHS = Shuf->getOperand(1);
2091 case Instruction::InsertElement: {
2092 if (isa<ScalableVectorType>(
I->getType())) {
2096 const Value *Vec =
I->getOperand(0);
2097 const Value *Elt =
I->getOperand(1);
2098 auto *CIdx = dyn_cast<ConstantInt>(
I->getOperand(2));
2100 APInt DemandedVecElts = DemandedElts;
2101 bool NeedsElt =
true;
2103 if (CIdx && CIdx->getValue().ult(NumElts)) {
2104 DemandedVecElts.
clearBit(CIdx->getZExtValue());
2105 NeedsElt = DemandedElts[CIdx->getZExtValue()];
2117 if (!DemandedVecElts.
isZero()) {
2123 case Instruction::ExtractElement: {
2126 const Value *Vec =
I->getOperand(0);
2128 auto *CIdx = dyn_cast<ConstantInt>(
Idx);
2129 if (isa<ScalableVectorType>(Vec->
getType())) {
2134 unsigned NumElts = cast<FixedVectorType>(Vec->
getType())->getNumElements();
2136 if (CIdx && CIdx->getValue().ult(NumElts))
2141 case Instruction::ExtractValue:
2146 switch (
II->getIntrinsicID()) {
2148 case Intrinsic::uadd_with_overflow:
2149 case Intrinsic::sadd_with_overflow:
2151 true,
II->getArgOperand(0),
II->getArgOperand(1),
false,
2152 false, DemandedElts, Known, Known2, Q,
Depth);
2154 case Intrinsic::usub_with_overflow:
2155 case Intrinsic::ssub_with_overflow:
2157 false,
II->getArgOperand(0),
II->getArgOperand(1),
false,
2158 false, DemandedElts, Known, Known2, Q,
Depth);
2160 case Intrinsic::umul_with_overflow:
2161 case Intrinsic::smul_with_overflow:
2163 false, DemandedElts, Known, Known2, Q,
Depth);
2169 case Instruction::Freeze:
2213 if (!DemandedElts) {
2219 assert(V &&
"No Value?");
2223 Type *Ty = V->getType();
2227 "Not integer or pointer type!");
2229 if (
auto *FVTy = dyn_cast<FixedVectorType>(Ty)) {
2231 FVTy->getNumElements() == DemandedElts.
getBitWidth() &&
2232 "DemandedElt width should equal the fixed vector number of elements");
2235 "DemandedElt width should be 1 for scalars or scalable vectors");
2241 "V and Known should have same BitWidth");
2244 "V and Known should have same BitWidth");
2255 if (isa<ConstantPointerNull>(V) || isa<ConstantAggregateZero>(V)) {
2262 assert(!isa<ScalableVectorType>(V->getType()));
2266 for (
unsigned i = 0, e = CDV->getNumElements(); i != e; ++i) {
2267 if (!DemandedElts[i])
2269 APInt Elt = CDV->getElementAsAPInt(i);
2278 if (
const auto *CV = dyn_cast<ConstantVector>(V)) {
2279 assert(!isa<ScalableVectorType>(V->getType()));
2283 for (
unsigned i = 0, e = CV->getNumOperands(); i != e; ++i) {
2284 if (!DemandedElts[i])
2287 if (isa<PoisonValue>(Element))
2289 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element);
2294 const APInt &Elt = ElementCI->getValue();
2307 if (isa<UndefValue>(V))
2312 assert(!isa<ConstantData>(V) &&
"Unhandled constant data!");
2314 if (
const auto *
A = dyn_cast<Argument>(V))
2315 if (std::optional<ConstantRange>
Range =
A->getRange())
2324 if (
const GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
2325 if (!GA->isInterposable())
2330 if (
const Operator *
I = dyn_cast<Operator>(V))
2332 else if (
const GlobalValue *GV = dyn_cast<GlobalValue>(V)) {
2333 if (std::optional<ConstantRange> CR = GV->getAbsoluteSymbolRange())
2334 Known = CR->toKnownBits();
2338 if (isa<PointerType>(V->getType())) {
2339 Align Alignment = V->getPointerAlignment(Q.
DL);
2355 Value *Start =
nullptr, *Step =
nullptr;
2361 if (U.get() == Start) {
2377 case Instruction::Mul:
2382 case Instruction::SDiv:
2388 case Instruction::UDiv:
2394 case Instruction::Shl:
2396 case Instruction::AShr:
2400 case Instruction::LShr:
2418 Pred = ICmpInst::getInversePredicate(Pred);
2420 if (OrZero && Pred == ICmpInst::ICMP_ULT && *RHSC == 2)
2423 return Pred == ICmpInst::ICMP_EQ && *RHSC == 1;
2434 if (isa<Constant>(V))
2438 if (OrZero && V->getType()->getScalarSizeInBits() == 1)
2473 auto *
I = dyn_cast<Instruction>(V);
2480 return F->hasFnAttribute(Attribute::VScaleRange);
2497 switch (
I->getOpcode()) {
2498 case Instruction::ZExt:
2500 case Instruction::Trunc:
2502 case Instruction::Shl:
2506 case Instruction::LShr:
2507 if (OrZero || Q.
IIQ.
isExact(cast<BinaryOperator>(
I)))
2510 case Instruction::UDiv:
2514 case Instruction::Mul:
2518 case Instruction::And:
2529 case Instruction::Add: {
2535 if (
match(
I->getOperand(0),
2539 if (
match(
I->getOperand(1),
2544 unsigned BitWidth = V->getType()->getScalarSizeInBits();
2553 if ((~(LHSBits.
Zero & RHSBits.
Zero)).isPowerOf2())
2566 case Instruction::Select:
2569 case Instruction::PHI: {
2573 auto *PN = cast<PHINode>(
I);
2590 RecQ.CxtI = PN->getIncomingBlock(U)->getTerminator();
2591 return isKnownToBeAPowerOfTwo(U.get(), OrZero, RecQ, NewDepth);
2594 case Instruction::Invoke:
2595 case Instruction::Call: {
2596 if (
auto *
II = dyn_cast<IntrinsicInst>(
I)) {
2597 switch (
II->getIntrinsicID()) {
2598 case Intrinsic::umax:
2599 case Intrinsic::smax:
2600 case Intrinsic::umin:
2601 case Intrinsic::smin:
2606 case Intrinsic::bitreverse:
2607 case Intrinsic::bswap:
2609 case Intrinsic::fshr:
2610 case Intrinsic::fshl:
2612 if (
II->getArgOperand(0) ==
II->getArgOperand(1))
2636 F =
I->getFunction();
2640 if (!
GEP->hasNoUnsignedWrap() &&
2641 !(
GEP->isInBounds() &&
2646 assert(
GEP->getType()->isPointerTy() &&
"We only support plain pointer GEP");
2657 GTI != GTE; ++GTI) {
2659 if (
StructType *STy = GTI.getStructTypeOrNull()) {
2660 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand());
2664 if (ElementOffset > 0)
2670 if (GTI.getSequentialElementStride(Q.
DL).isZero())
2675 if (
ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) {
2699 assert(!isa<Constant>(V) &&
"Called for constant?");
2704 unsigned NumUsesExplored = 0;
2705 for (
auto &U : V->uses()) {
2711 const Instruction *UI = cast<Instruction>(U.getUser());
2714 if (V->getType()->isPointerTy()) {
2715 if (
const auto *CB = dyn_cast<CallBase>(UI)) {
2716 if (CB->isArgOperand(&U) &&
2717 CB->paramHasNonNullAttr(CB->getArgOperandNo(&U),
2727 V->getType()->getPointerAddressSpace()) &&
2745 NonNullIfTrue =
true;
2747 NonNullIfTrue =
false;
2753 for (
const auto *CmpU : UI->
users()) {
2755 if (Visited.
insert(CmpU).second)
2758 while (!WorkList.
empty()) {
2767 for (
const auto *CurrU : Curr->users())
2768 if (Visited.
insert(CurrU).second)
2773 if (
const BranchInst *BI = dyn_cast<BranchInst>(Curr)) {
2774 assert(BI->isConditional() &&
"uses a comparison!");
2777 BI->getSuccessor(NonNullIfTrue ? 0 : 1);
2781 }
else if (NonNullIfTrue &&
isGuard(Curr) &&
2782 DT->
dominates(cast<Instruction>(Curr), CtxI)) {
2796 const unsigned NumRanges = Ranges->getNumOperands() / 2;
2798 for (
unsigned i = 0; i < NumRanges; ++i) {
2800 mdconst::extract<ConstantInt>(Ranges->getOperand(2 * i + 0));
2802 mdconst::extract<ConstantInt>(Ranges->getOperand(2 * i + 1));
2814 Value *Start =
nullptr, *Step =
nullptr;
2815 const APInt *StartC, *StepC;
2821 case Instruction::Add:
2827 case Instruction::Mul:
2830 case Instruction::Shl:
2832 case Instruction::AShr:
2833 case Instruction::LShr:
2849 bool NUW,
unsigned Depth) {
2902 if (
auto *
C = dyn_cast<Constant>(
X))
2906 return ::isKnownNonEqual(
X,
Y, DemandedElts, Q,
Depth);
2911 bool NUW,
unsigned Depth) {
2940 auto ShiftOp = [&](
const APInt &Lhs,
const APInt &Rhs) {
2941 switch (
I->getOpcode()) {
2942 case Instruction::Shl:
2943 return Lhs.
shl(Rhs);
2944 case Instruction::LShr:
2945 return Lhs.
lshr(Rhs);
2946 case Instruction::AShr:
2947 return Lhs.
ashr(Rhs);
2953 auto InvShiftOp = [&](
const APInt &Lhs,
const APInt &Rhs) {
2954 switch (
I->getOpcode()) {
2955 case Instruction::Shl:
2956 return Lhs.
lshr(Rhs);
2957 case Instruction::LShr:
2958 case Instruction::AShr:
2959 return Lhs.
shl(Rhs);
2972 if (MaxShift.
uge(NumBits))
2975 if (!ShiftOp(KnownVal.
One, MaxShift).isZero())
2980 if (InvShiftOp(KnownVal.
Zero, NumBits - MaxShift)
2989 const APInt &DemandedElts,
2992 switch (
I->getOpcode()) {
2993 case Instruction::Alloca:
2995 return I->getType()->getPointerAddressSpace() == 0;
2996 case Instruction::GetElementPtr:
2997 if (
I->getType()->isPointerTy())
3000 case Instruction::BitCast: {
3028 Type *FromTy =
I->getOperand(0)->getType();
3033 case Instruction::IntToPtr:
3037 if (!isa<ScalableVectorType>(
I->getType()) &&
3042 case Instruction::PtrToInt:
3045 if (!isa<ScalableVectorType>(
I->getType()) &&
3050 case Instruction::Trunc:
3052 if (
auto *TI = dyn_cast<TruncInst>(
I))
3053 if (TI->hasNoSignedWrap() || TI->hasNoUnsignedWrap())
3059 case Instruction::Xor:
3060 case Instruction::Sub:
3062 I->getOperand(1),
Depth);
3063 case Instruction::Or:
3074 case Instruction::SExt:
3075 case Instruction::ZExt:
3079 case Instruction::Shl: {
3094 case Instruction::LShr:
3095 case Instruction::AShr: {
3110 case Instruction::UDiv:
3111 case Instruction::SDiv: {
3114 if (cast<PossiblyExactOperator>(
I)->isExact())
3126 if (
I->getOpcode() == Instruction::SDiv) {
3128 XKnown = XKnown.
abs(
false);
3129 YKnown = YKnown.
abs(
false);
3135 return XUgeY && *XUgeY;
3137 case Instruction::Add: {
3142 auto *BO = cast<OverflowingBinaryOperator>(
I);
3147 case Instruction::Mul: {
3153 case Instruction::Select: {
3160 auto SelectArmIsNonZero = [&](
bool IsTrueArm) {
3162 Op = IsTrueArm ?
I->getOperand(1) :
I->getOperand(2);
3175 Pred = ICmpInst::getInversePredicate(Pred);
3180 if (SelectArmIsNonZero(
true) &&
3181 SelectArmIsNonZero(
false))
3185 case Instruction::PHI: {
3186 auto *PN = cast<PHINode>(
I);
3196 RecQ.CxtI = PN->getIncomingBlock(U)->getTerminator();
3200 BasicBlock *TrueSucc, *FalseSucc;
3201 if (match(RecQ.CxtI,
3202 m_Br(m_c_ICmp(Pred, m_Specific(U.get()), m_Value(X)),
3203 m_BasicBlock(TrueSucc), m_BasicBlock(FalseSucc)))) {
3205 if ((TrueSucc == PN->getParent()) != (FalseSucc == PN->getParent())) {
3207 if (FalseSucc == PN->getParent())
3208 Pred = CmpInst::getInversePredicate(Pred);
3209 if (cmpExcludesZero(Pred, X))
3217 case Instruction::InsertElement: {
3218 if (isa<ScalableVectorType>(
I->getType()))
3221 const Value *Vec =
I->getOperand(0);
3222 const Value *Elt =
I->getOperand(1);
3223 auto *CIdx = dyn_cast<ConstantInt>(
I->getOperand(2));
3226 APInt DemandedVecElts = DemandedElts;
3227 bool SkipElt =
false;
3229 if (CIdx && CIdx->getValue().ult(NumElts)) {
3230 DemandedVecElts.
clearBit(CIdx->getZExtValue());
3231 SkipElt = !DemandedElts[CIdx->getZExtValue()];
3237 (DemandedVecElts.
isZero() ||
3240 case Instruction::ExtractElement:
3241 if (
const auto *EEI = dyn_cast<ExtractElementInst>(
I)) {
3242 const Value *Vec = EEI->getVectorOperand();
3243 const Value *
Idx = EEI->getIndexOperand();
3244 auto *CIdx = dyn_cast<ConstantInt>(
Idx);
3245 if (
auto *VecTy = dyn_cast<FixedVectorType>(Vec->
getType())) {
3246 unsigned NumElts = VecTy->getNumElements();
3248 if (CIdx && CIdx->getValue().ult(NumElts))
3254 case Instruction::ShuffleVector: {
3255 auto *Shuf = dyn_cast<ShuffleVectorInst>(
I);
3258 APInt DemandedLHS, DemandedRHS;
3264 return (DemandedRHS.
isZero() ||
3269 case Instruction::Freeze:
3273 case Instruction::Load: {
3274 auto *LI = cast<LoadInst>(
I);
3277 if (
auto *PtrT = dyn_cast<PointerType>(
I->getType())) {
3290 case Instruction::ExtractValue: {
3296 case Instruction::Add:
3301 case Instruction::Sub:
3304 case Instruction::Mul:
3307 false,
false,
Depth);
3313 case Instruction::Call:
3314 case Instruction::Invoke: {
3315 const auto *Call = cast<CallBase>(
I);
3316 if (
I->getType()->isPointerTy()) {
3317 if (Call->isReturnNonNull())
3324 if (std::optional<ConstantRange>
Range = Call->getRange()) {
3329 if (
const Value *RV = Call->getReturnedArgOperand())
3334 if (
auto *
II = dyn_cast<IntrinsicInst>(
I)) {
3335 switch (
II->getIntrinsicID()) {
3336 case Intrinsic::sshl_sat:
3337 case Intrinsic::ushl_sat:
3338 case Intrinsic::abs:
3339 case Intrinsic::bitreverse:
3340 case Intrinsic::bswap:
3341 case Intrinsic::ctpop:
3345 case Intrinsic::ssub_sat:
3348 case Intrinsic::sadd_sat:
3350 II->getArgOperand(1),
3351 true,
false,
Depth);
3353 case Intrinsic::vector_reverse:
3357 case Intrinsic::vector_reduce_or:
3358 case Intrinsic::vector_reduce_umax:
3359 case Intrinsic::vector_reduce_umin:
3360 case Intrinsic::vector_reduce_smax:
3361 case Intrinsic::vector_reduce_smin:
3363 case Intrinsic::umax:
3364 case Intrinsic::uadd_sat:
3372 case Intrinsic::smax: {
3375 auto IsNonZero = [&](
Value *
Op, std::optional<bool> &OpNonZero,
3377 if (!OpNonZero.has_value())
3378 OpNonZero = OpKnown.isNonZero() ||
3383 std::optional<bool> Op0NonZero, Op1NonZero;
3387 IsNonZero(
II->getArgOperand(1), Op1NonZero, Op1Known))
3392 IsNonZero(
II->getArgOperand(0), Op0NonZero, Op0Known))
3394 return IsNonZero(
II->getArgOperand(1), Op1NonZero, Op1Known) &&
3395 IsNonZero(
II->getArgOperand(0), Op0NonZero, Op0Known);
3397 case Intrinsic::smin: {
3413 case Intrinsic::umin:
3416 case Intrinsic::cttz:
3419 case Intrinsic::ctlz:
3422 case Intrinsic::fshr:
3423 case Intrinsic::fshl:
3425 if (
II->getArgOperand(0) ==
II->getArgOperand(1))
3428 case Intrinsic::vscale:
3430 case Intrinsic::experimental_get_vector_length:
3444 return Known.
One != 0;
3455 Type *Ty = V->getType();
3460 if (
auto *FVTy = dyn_cast<FixedVectorType>(Ty)) {
3462 FVTy->getNumElements() == DemandedElts.
getBitWidth() &&
3463 "DemandedElt width should equal the fixed vector number of elements");
3466 "DemandedElt width should be 1 for scalars");
3470 if (
auto *
C = dyn_cast<Constant>(V)) {
3471 if (
C->isNullValue())
3473 if (isa<ConstantInt>(
C))
3479 if (
auto *VecTy = dyn_cast<FixedVectorType>(Ty)) {
3480 for (
unsigned i = 0, e = VecTy->getNumElements(); i != e; ++i) {
3481 if (!DemandedElts[i])
3483 Constant *Elt =
C->getAggregateElement(i);
3486 if (!isa<PoisonValue>(Elt) && !isa<ConstantInt>(Elt))
3493 if (
auto *CPA = dyn_cast<ConstantPtrAuth>(V))
3499 if (
const GlobalValue *GV = dyn_cast<GlobalValue>(V)) {
3500 if (!GV->isAbsoluteSymbolRef() && !GV->hasExternalWeakLinkage() &&
3501 GV->getType()->getAddressSpace() == 0)
3506 if (!isa<ConstantExpr>(V))
3510 if (
const auto *
A = dyn_cast<Argument>(V))
3511 if (std::optional<ConstantRange>
Range =
A->getRange()) {
3526 if (
PointerType *PtrTy = dyn_cast<PointerType>(Ty)) {
3529 if (
const Argument *
A = dyn_cast<Argument>(V)) {
3530 if (((
A->hasPassPointeeByValueCopyAttr() &&
3532 A->hasNonNullAttr()))
3537 if (
const auto *
I = dyn_cast<Operator>(V))
3541 if (!isa<Constant>(V) &&
3553 auto *FVTy = dyn_cast<FixedVectorType>(V->getType());
3554 APInt DemandedElts =
3556 return ::isKnownNonZero(V, DemandedElts, Q,
Depth);
3565static std::optional<std::pair<Value*, Value*>>
3569 return std::nullopt;
3578 case Instruction::Or:
3579 if (!cast<PossiblyDisjointInst>(Op1)->isDisjoint() ||
3580 !cast<PossiblyDisjointInst>(Op2)->isDisjoint())
3583 case Instruction::Xor:
3584 case Instruction::Add: {
3592 case Instruction::Sub:
3598 case Instruction::Mul: {
3602 auto *OBO1 = cast<OverflowingBinaryOperator>(Op1);
3603 auto *OBO2 = cast<OverflowingBinaryOperator>(Op2);
3604 if ((!OBO1->hasNoUnsignedWrap() || !OBO2->hasNoUnsignedWrap()) &&
3605 (!OBO1->hasNoSignedWrap() || !OBO2->hasNoSignedWrap()))
3611 !cast<ConstantInt>(Op1->
getOperand(1))->isZero())
3615 case Instruction::Shl: {
3618 auto *OBO1 = cast<OverflowingBinaryOperator>(Op1);
3619 auto *OBO2 = cast<OverflowingBinaryOperator>(Op2);
3620 if ((!OBO1->hasNoUnsignedWrap() || !OBO2->hasNoUnsignedWrap()) &&
3621 (!OBO1->hasNoSignedWrap() || !OBO2->hasNoSignedWrap()))
3628 case Instruction::AShr:
3629 case Instruction::LShr: {
3630 auto *PEO1 = cast<PossiblyExactOperator>(Op1);
3631 auto *PEO2 = cast<PossiblyExactOperator>(Op2);
3632 if (!PEO1->isExact() || !PEO2->isExact())
3639 case Instruction::SExt:
3640 case Instruction::ZExt:
3644 case Instruction::PHI: {
3645 const PHINode *PN1 = cast<PHINode>(Op1);
3646 const PHINode *PN2 = cast<PHINode>(Op2);
3652 Value *Start1 =
nullptr, *Step1 =
nullptr;
3654 Value *Start2 =
nullptr, *Step2 =
nullptr;
3661 cast<Operator>(BO2));
3670 if (Values->first != PN1 || Values->second != PN2)
3673 return std::make_pair(Start1, Start2);
3676 return std::nullopt;
3683 const APInt &DemandedElts,
3691 case Instruction::Or:
3692 if (!cast<PossiblyDisjointInst>(V1)->isDisjoint())
3695 case Instruction::Xor:
3696 case Instruction::Add:
3714 if (
auto *OBO = dyn_cast<OverflowingBinaryOperator>(V2)) {
3717 (OBO->hasNoUnsignedWrap() || OBO->hasNoSignedWrap()) &&
3718 !
C->isZero() && !
C->isOne() &&
3729 if (
auto *OBO = dyn_cast<OverflowingBinaryOperator>(V2)) {
3732 (OBO->hasNoUnsignedWrap() || OBO->hasNoSignedWrap()) &&
3746 bool UsedFullRecursion =
false;
3748 if (!VisitedBBs.
insert(IncomBB).second)
3752 const APInt *C1, *C2;
3757 if (UsedFullRecursion)
3761 RecQ.
CxtI = IncomBB->getTerminator();
3764 UsedFullRecursion =
true;
3772 const SelectInst *SI1 = dyn_cast<SelectInst>(V1);
3776 if (
const SelectInst *SI2 = dyn_cast<SelectInst>(V2)) {
3778 const Value *Cond2 = SI2->getCondition();
3781 DemandedElts, Q,
Depth + 1) &&
3783 DemandedElts, Q,
Depth + 1);
3796 if (!
A->getType()->isPointerTy() || !
B->getType()->isPointerTy())
3799 auto *GEPA = dyn_cast<GEPOperator>(
A);
3800 if (!GEPA || GEPA->getNumIndices() != 1 || !isa<Constant>(GEPA->idx_begin()))
3804 auto *PN = dyn_cast<PHINode>(GEPA->getPointerOperand());
3805 if (!PN || PN->getNumIncomingValues() != 2)
3810 Value *Start =
nullptr;
3812 if (PN->getIncomingValue(0) == Step)
3813 Start = PN->getIncomingValue(1);
3814 else if (PN->getIncomingValue(1) == Step)
3815 Start = PN->getIncomingValue(0);
3826 APInt StartOffset(IndexWidth, 0);
3827 Start = Start->stripAndAccumulateInBoundsConstantOffsets(Q.
DL, StartOffset);
3828 APInt StepOffset(IndexWidth, 0);
3834 APInt OffsetB(IndexWidth, 0);
3835 B =
B->stripAndAccumulateInBoundsConstantOffsets(Q.
DL, OffsetB);
3836 return Start ==
B &&
3848 auto IsKnownNonEqualFromDominatingCondition = [&](
const Value *V) {
3869 if (IsKnownNonEqualFromDominatingCondition(V1) ||
3870 IsKnownNonEqualFromDominatingCondition(V2))
3884 "Got assumption for the wrong function!");
3885 assert(
I->getIntrinsicID() == Intrinsic::assume &&
3886 "must be an assume intrinsic");
3914 auto *O1 = dyn_cast<Operator>(V1);
3915 auto *O2 = dyn_cast<Operator>(V2);
3916 if (O1 && O2 && O1->getOpcode() == O2->getOpcode()) {
3918 return isKnownNonEqual(Values->first, Values->second, DemandedElts, Q,
3921 if (
const PHINode *PN1 = dyn_cast<PHINode>(V1)) {
3922 const PHINode *PN2 = cast<PHINode>(V2);
3980 const APInt &DemandedElts,
3982 const auto *CV = dyn_cast<Constant>(V);
3983 if (!CV || !isa<FixedVectorType>(CV->getType()))
3986 unsigned MinSignBits = TyBits;
3987 unsigned NumElts = cast<FixedVectorType>(CV->getType())->getNumElements();
3988 for (
unsigned i = 0; i != NumElts; ++i) {
3989 if (!DemandedElts[i])
3992 auto *Elt = dyn_cast_or_null<ConstantInt>(CV->getAggregateElement(i));
3996 MinSignBits = std::min(MinSignBits, Elt->getValue().getNumSignBits());
4003 const APInt &DemandedElts,
4009 assert(Result > 0 &&
"At least one sign bit needs to be present!");
4021 const APInt &DemandedElts,
4023 Type *Ty = V->getType();
4027 if (
auto *FVTy = dyn_cast<FixedVectorType>(Ty)) {
4029 FVTy->getNumElements() == DemandedElts.
getBitWidth() &&
4030 "DemandedElt width should equal the fixed vector number of elements");
4033 "DemandedElt width should be 1 for scalars");
4047 unsigned FirstAnswer = 1;
4055 if (
auto *U = dyn_cast<Operator>(V)) {
4058 case Instruction::BitCast: {
4059 Value *Src = U->getOperand(0);
4060 Type *SrcTy = Src->getType();
4070 if ((SrcBits % TyBits) != 0)
4074 if (isa<FixedVectorType>(Ty)) {
4083 case Instruction::SExt:
4084 Tmp = TyBits - U->getOperand(0)->getType()->getScalarSizeInBits();
4088 case Instruction::SDiv: {
4089 const APInt *Denominator;
4102 return std::min(TyBits, NumBits + Denominator->
logBase2());
4107 case Instruction::SRem: {
4110 const APInt *Denominator;
4131 unsigned ResBits = TyBits - Denominator->
ceilLogBase2();
4132 Tmp = std::max(Tmp, ResBits);
4138 case Instruction::AShr: {
4143 if (ShAmt->
uge(TyBits))
4146 Tmp += ShAmtLimited;
4147 if (Tmp > TyBits) Tmp = TyBits;
4151 case Instruction::Shl: {
4156 if (ShAmt->
uge(TyBits))
4161 ShAmt->
uge(TyBits -
X->getType()->getScalarSizeInBits())) {
4163 Tmp += TyBits -
X->getType()->getScalarSizeInBits();
4167 if (ShAmt->
uge(Tmp))
4174 case Instruction::And:
4175 case Instruction::Or:
4176 case Instruction::Xor:
4181 FirstAnswer = std::min(Tmp, Tmp2);
4188 case Instruction::Select: {
4192 const APInt *CLow, *CHigh;
4200 return std::min(Tmp, Tmp2);
4203 case Instruction::Add:
4207 if (Tmp == 1)
break;
4210 if (
const auto *CRHS = dyn_cast<Constant>(U->getOperand(1)))
4211 if (CRHS->isAllOnesValue()) {
4217 if ((Known.
Zero | 1).isAllOnes())
4229 return std::min(Tmp, Tmp2) - 1;
4231 case Instruction::Sub:
4237 if (
const auto *CLHS = dyn_cast<Constant>(U->getOperand(0)))
4238 if (CLHS->isNullValue()) {
4243 if ((Known.
Zero | 1).isAllOnes())
4260 return std::min(Tmp, Tmp2) - 1;
4262 case Instruction::Mul: {
4265 unsigned SignBitsOp0 =
4267 if (SignBitsOp0 == 1)
4269 unsigned SignBitsOp1 =
4271 if (SignBitsOp1 == 1)
4273 unsigned OutValidBits =
4274 (TyBits - SignBitsOp0 + 1) + (TyBits - SignBitsOp1 + 1);
4275 return OutValidBits > TyBits ? 1 : TyBits - OutValidBits + 1;
4278 case Instruction::PHI: {
4279 const PHINode *PN = cast<PHINode>(U);
4282 if (NumIncomingValues > 4)
break;
4284 if (NumIncomingValues == 0)
break;
4290 for (
unsigned i = 0, e = NumIncomingValues; i != e; ++i) {
4291 if (Tmp == 1)
return Tmp;
4294 DemandedElts, RecQ,
Depth + 1));
4299 case Instruction::Trunc: {
4304 unsigned OperandTyBits = U->getOperand(0)->getType()->getScalarSizeInBits();
4305 if (Tmp > (OperandTyBits - TyBits))
4306 return Tmp - (OperandTyBits - TyBits);
4311 case Instruction::ExtractElement:
4318 case Instruction::ShuffleVector: {
4321 auto *Shuf = dyn_cast<ShuffleVectorInst>(U);
4326 APInt DemandedLHS, DemandedRHS;
4331 Tmp = std::numeric_limits<unsigned>::max();
4332 if (!!DemandedLHS) {
4333 const Value *
LHS = Shuf->getOperand(0);
4340 if (!!DemandedRHS) {
4341 const Value *
RHS = Shuf->getOperand(1);
4343 Tmp = std::min(Tmp, Tmp2);
4349 assert(Tmp <= TyBits &&
"Failed to determine minimum sign bits");
4352 case Instruction::Call: {
4353 if (
const auto *
II = dyn_cast<IntrinsicInst>(U)) {
4354 switch (
II->getIntrinsicID()) {
4357 case Intrinsic::abs:
4365 case Intrinsic::smin:
4366 case Intrinsic::smax: {
4367 const APInt *CLow, *CHigh;
4382 if (
unsigned VecSignBits =
4400 if (
F->isIntrinsic())
4401 return F->getIntrinsicID();
4407 if (
F->hasLocalLinkage() || !TLI || !TLI->
getLibFunc(CB, Func) ||
4417 return Intrinsic::sin;
4421 return Intrinsic::cos;
4425 return Intrinsic::tan;
4429 return Intrinsic::asin;
4433 return Intrinsic::acos;
4437 return Intrinsic::atan;
4439 case LibFunc_atan2f:
4440 case LibFunc_atan2l:
4441 return Intrinsic::atan2;
4445 return Intrinsic::sinh;
4449 return Intrinsic::cosh;
4453 return Intrinsic::tanh;
4457 return Intrinsic::exp;
4461 return Intrinsic::exp2;
4463 case LibFunc_exp10f:
4464 case LibFunc_exp10l:
4465 return Intrinsic::exp10;
4469 return Intrinsic::log;
4471 case LibFunc_log10f:
4472 case LibFunc_log10l:
4473 return Intrinsic::log10;
4477 return Intrinsic::log2;
4481 return Intrinsic::fabs;
4485 return Intrinsic::minnum;
4489 return Intrinsic::maxnum;
4490 case LibFunc_copysign:
4491 case LibFunc_copysignf:
4492 case LibFunc_copysignl:
4493 return Intrinsic::copysign;
4495 case LibFunc_floorf:
4496 case LibFunc_floorl:
4497 return Intrinsic::floor;
4501 return Intrinsic::ceil;
4503 case LibFunc_truncf:
4504 case LibFunc_truncl:
4505 return Intrinsic::trunc;
4509 return Intrinsic::rint;
4510 case LibFunc_nearbyint:
4511 case LibFunc_nearbyintf:
4512 case LibFunc_nearbyintl:
4513 return Intrinsic::nearbyint;
4515 case LibFunc_roundf:
4516 case LibFunc_roundl:
4517 return Intrinsic::round;
4518 case LibFunc_roundeven:
4519 case LibFunc_roundevenf:
4520 case LibFunc_roundevenl:
4521 return Intrinsic::roundeven;
4525 return Intrinsic::pow;
4529 return Intrinsic::sqrt;
4545 bool &TrueIfSigned) {
4547 case ICmpInst::ICMP_SLT:
4548 TrueIfSigned =
true;
4549 return RHS.isZero();
4550 case ICmpInst::ICMP_SLE:
4551 TrueIfSigned =
true;
4552 return RHS.isAllOnes();
4553 case ICmpInst::ICMP_SGT:
4554 TrueIfSigned =
false;
4555 return RHS.isAllOnes();
4556 case ICmpInst::ICMP_SGE:
4557 TrueIfSigned =
false;
4558 return RHS.isZero();
4559 case ICmpInst::ICMP_UGT:
4561 TrueIfSigned =
true;
4562 return RHS.isMaxSignedValue();
4563 case ICmpInst::ICMP_UGE:
4565 TrueIfSigned =
true;
4566 return RHS.isMinSignedValue();
4567 case ICmpInst::ICMP_ULT:
4569 TrueIfSigned =
false;
4570 return RHS.isMinSignedValue();
4571 case ICmpInst::ICMP_ULE:
4573 TrueIfSigned =
false;
4574 return RHS.isMaxSignedValue();
4584 unsigned Depth = 0) {
4609 KnownFromContext.
knownNot(~(CondIsTrue ? MaskIfTrue : MaskIfFalse));
4610 }
else if (
match(
Cond, m_Intrinsic<Intrinsic::is_fpclass>(
4613 KnownFromContext.
knownNot(CondIsTrue ? ~Mask : Mask);
4619 if (TrueIfSigned == CondIsTrue)
4635 return KnownFromContext;
4655 return KnownFromContext;
4665 "Got assumption for the wrong function!");
4666 assert(
I->getIntrinsicID() == Intrinsic::assume &&
4667 "must be an assume intrinsic");
4673 true, Q.
CxtI, KnownFromContext);
4676 return KnownFromContext;
4686 auto *FVTy = dyn_cast<FixedVectorType>(V->getType());
4687 APInt DemandedElts =
4693 const APInt &DemandedElts,
4698 if ((InterestedClasses &
4704 KnownSrc, Q,
Depth + 1);
4719 assert(Known.
isUnknown() &&
"should not be called with known information");
4721 if (!DemandedElts) {
4729 if (
auto *CFP = dyn_cast<ConstantFP>(V)) {
4731 Known.
SignBit = CFP->isNegative();
4735 if (isa<ConstantAggregateZero>(V)) {
4741 if (isa<PoisonValue>(V)) {
4748 auto *VFVTy = dyn_cast<FixedVectorType>(V->getType());
4749 const Constant *CV = dyn_cast<Constant>(V);
4752 bool SignBitAllZero =
true;
4753 bool SignBitAllOne =
true;
4756 unsigned NumElts = VFVTy->getNumElements();
4757 for (
unsigned i = 0; i != NumElts; ++i) {
4758 if (!DemandedElts[i])
4766 if (isa<PoisonValue>(Elt))
4768 auto *CElt = dyn_cast<ConstantFP>(Elt);
4774 const APFloat &
C = CElt->getValueAPF();
4777 SignBitAllZero =
false;
4779 SignBitAllOne =
false;
4781 if (SignBitAllOne != SignBitAllZero)
4782 Known.
SignBit = SignBitAllOne;
4787 if (
const auto *CB = dyn_cast<CallBase>(V))
4788 KnownNotFromFlags |= CB->getRetNoFPClass();
4789 else if (
const auto *Arg = dyn_cast<Argument>(V))
4790 KnownNotFromFlags |= Arg->getNoFPClass();
4794 if (FPOp->hasNoNaNs())
4795 KnownNotFromFlags |=
fcNan;
4796 if (FPOp->hasNoInfs())
4797 KnownNotFromFlags |=
fcInf;
4801 KnownNotFromFlags |= ~AssumedClasses.KnownFPClasses;
4805 InterestedClasses &= ~KnownNotFromFlags;
4810 if (*AssumedClasses.SignBit)
4811 Known.signBitMustBeOne();
4813 Known.signBitMustBeZero();
4824 const unsigned Opc =
Op->getOpcode();
4826 case Instruction::FNeg: {
4828 Known, Q,
Depth + 1);
4832 case Instruction::Select: {
4840 Value *TestedValue =
nullptr;
4844 const Function *
F = cast<Instruction>(
Op)->getFunction();
4846 Value *CmpLHS, *CmpRHS;
4853 bool LookThroughFAbsFNeg = CmpLHS !=
LHS && CmpLHS !=
RHS;
4854 std::tie(TestedValue, MaskIfTrue, MaskIfFalse) =
4857 m_Intrinsic<Intrinsic::is_fpclass>(
4860 MaskIfTrue = TestedMask;
4861 MaskIfFalse = ~TestedMask;
4864 if (TestedValue ==
LHS) {
4866 FilterLHS = MaskIfTrue;
4867 }
else if (TestedValue ==
RHS) {
4869 FilterRHS = MaskIfFalse;
4878 Known2, Q,
Depth + 1);
4884 case Instruction::Call: {
4888 case Intrinsic::fabs: {
4893 InterestedClasses, Known, Q,
Depth + 1);
4899 case Intrinsic::copysign: {
4903 Known, Q,
Depth + 1);
4905 KnownSign, Q,
Depth + 1);
4909 case Intrinsic::fma:
4910 case Intrinsic::fmuladd: {
4914 if (
II->getArgOperand(0) !=
II->getArgOperand(1))
4923 KnownAddend, Q,
Depth + 1);
4929 case Intrinsic::sqrt:
4930 case Intrinsic::experimental_constrained_sqrt: {
4933 if (InterestedClasses &
fcNan)
4937 KnownSrc, Q,
Depth + 1);
4955 II->getType()->getScalarType()->getFltSemantics();
4964 case Intrinsic::sin:
4965 case Intrinsic::cos: {
4969 KnownSrc, Q,
Depth + 1);
4975 case Intrinsic::maxnum:
4976 case Intrinsic::minnum:
4977 case Intrinsic::minimum:
4978 case Intrinsic::maximum:
4979 case Intrinsic::minimumnum:
4980 case Intrinsic::maximumnum: {
4983 KnownLHS, Q,
Depth + 1);
4985 KnownRHS, Q,
Depth + 1);
4988 Known = KnownLHS | KnownRHS;
4992 (IID == Intrinsic::minnum || IID == Intrinsic::maxnum ||
4993 IID == Intrinsic::minimumnum || IID == Intrinsic::maximumnum))
4996 if (IID == Intrinsic::maxnum || IID == Intrinsic::maximumnum) {
5004 }
else if (IID == Intrinsic::maximum) {
5010 }
else if (IID == Intrinsic::minnum || IID == Intrinsic::minimumnum) {
5018 }
else if (IID == Intrinsic::minimum) {
5041 II->getType()->getScalarType()->getFltSemantics());
5053 }
else if ((IID == Intrinsic::maximum || IID == Intrinsic::minimum ||
5054 IID == Intrinsic::maximumnum ||
5055 IID == Intrinsic::minimumnum) ||
5061 if ((IID == Intrinsic::maximum || IID == Intrinsic::maximumnum ||
5062 IID == Intrinsic::maxnum) &&
5065 else if ((IID == Intrinsic::minimum || IID == Intrinsic::minimumnum ||
5066 IID == Intrinsic::minnum) &&
5073 case Intrinsic::canonicalize: {
5076 KnownSrc, Q,
Depth + 1);
5100 II->getType()->getScalarType()->getFltSemantics();
5120 case Intrinsic::vector_reduce_fmax:
5121 case Intrinsic::vector_reduce_fmin:
5122 case Intrinsic::vector_reduce_fmaximum:
5123 case Intrinsic::vector_reduce_fminimum: {
5127 InterestedClasses, Q,
Depth + 1);
5134 case Intrinsic::vector_reverse:
5137 II->getFastMathFlags(), InterestedClasses, Q,
Depth + 1);
5139 case Intrinsic::trunc:
5140 case Intrinsic::floor:
5141 case Intrinsic::ceil:
5142 case Intrinsic::rint:
5143 case Intrinsic::nearbyint:
5144 case Intrinsic::round:
5145 case Intrinsic::roundeven: {
5153 KnownSrc, Q,
Depth + 1);
5162 if (IID == Intrinsic::trunc || !V->getType()->isMultiUnitFPType()) {
5177 case Intrinsic::exp:
5178 case Intrinsic::exp2:
5179 case Intrinsic::exp10: {
5186 KnownSrc, Q,
Depth + 1);
5194 case Intrinsic::fptrunc_round: {
5199 case Intrinsic::log:
5200 case Intrinsic::log10:
5201 case Intrinsic::log2:
5202 case Intrinsic::experimental_constrained_log:
5203 case Intrinsic::experimental_constrained_log10:
5204 case Intrinsic::experimental_constrained_log2: {
5220 KnownSrc, Q,
Depth + 1);
5234 II->getType()->getScalarType()->getFltSemantics();
5242 case Intrinsic::powi: {
5246 const Value *Exp =
II->getArgOperand(1);
5247 Type *ExpTy = Exp->getType();
5251 ExponentKnownBits, Q,
Depth + 1);
5253 if (ExponentKnownBits.
Zero[0]) {
5268 KnownSrc, Q,
Depth + 1);
5273 case Intrinsic::ldexp: {
5276 KnownSrc, Q,
Depth + 1);
5292 if ((InterestedClasses & ExpInfoMask) ==
fcNone)
5298 II->getType()->getScalarType()->getFltSemantics();
5299 unsigned Precision = APFloat::semanticsPrecision(
Flt);
5300 const Value *ExpArg =
II->getArgOperand(1);
5304 const int MantissaBits = Precision - 1;
5311 II->getType()->getScalarType()->getFltSemantics();
5312 if (ConstVal && ConstVal->
isZero()) {
5337 case Intrinsic::arithmetic_fence: {
5339 Known, Q,
Depth + 1);
5342 case Intrinsic::experimental_constrained_sitofp:
5343 case Intrinsic::experimental_constrained_uitofp:
5353 if (IID == Intrinsic::experimental_constrained_uitofp)
5364 case Instruction::FAdd:
5365 case Instruction::FSub: {
5368 Op->getOpcode() == Instruction::FAdd &&
5370 bool WantNaN = (InterestedClasses &
fcNan) !=
fcNone;
5373 if (!WantNaN && !WantNegative && !WantNegZero)
5379 if (InterestedClasses &
fcNan)
5380 InterestedSrcs |=
fcInf;
5382 KnownRHS, Q,
Depth + 1);
5386 WantNegZero ||
Opc == Instruction::FSub) {
5391 KnownLHS, Q,
Depth + 1);
5399 const Function *
F = cast<Instruction>(
Op)->getFunction();
5401 if (
Op->getOpcode() == Instruction::FAdd) {
5409 Op->getType()->getScalarType()->getFltSemantics();
5423 Op->getType()->getScalarType()->getFltSemantics();
5437 case Instruction::FMul: {
5439 if (
Op->getOperand(0) ==
Op->getOperand(1))
5472 const Function *
F = cast<Instruction>(
Op)->getFunction();
5476 Type *OpTy =
Op->getType()->getScalarType();
5488 case Instruction::FDiv:
5489 case Instruction::FRem: {
5490 if (
Op->getOperand(0) ==
Op->getOperand(1)) {
5492 if (
Op->getOpcode() == Instruction::FDiv) {
5503 const bool WantNan = (InterestedClasses &
fcNan) !=
fcNone;
5505 const bool WantPositive =
5507 if (!WantNan && !WantNegative && !WantPositive)
5516 bool KnowSomethingUseful =
5519 if (KnowSomethingUseful || WantPositive) {
5525 InterestedClasses & InterestedLHS, KnownLHS, Q,
5529 const Function *
F = cast<Instruction>(
Op)->getFunction();
5531 Op->getType()->getScalarType()->getFltSemantics();
5533 if (
Op->getOpcode() == Instruction::FDiv) {
5572 case Instruction::FPExt: {
5575 Known, Q,
Depth + 1);
5578 Op->getType()->getScalarType()->getFltSemantics();
5580 Op->getOperand(0)->getType()->getScalarType()->getFltSemantics();
5583 if (APFloat::isRepresentableAsNormalIn(SrcTy, DstTy)) {
5596 case Instruction::FPTrunc: {
5601 case Instruction::SIToFP:
5602 case Instruction::UIToFP: {
5611 if (
Op->getOpcode() == Instruction::UIToFP)
5614 if (InterestedClasses &
fcInf) {
5618 int IntSize =
Op->getOperand(0)->getType()->getScalarSizeInBits();
5619 if (
Op->getOpcode() == Instruction::SIToFP)
5624 Type *FPTy =
Op->getType()->getScalarType();
5631 case Instruction::ExtractElement: {
5634 const Value *Vec =
Op->getOperand(0);
5636 APInt DemandedVecElts;
5637 if (
auto *VecTy = dyn_cast<FixedVectorType>(Vec->
getType())) {
5638 unsigned NumElts = VecTy->getNumElements();
5640 auto *CIdx = dyn_cast<ConstantInt>(
Op->getOperand(1));
5641 if (CIdx && CIdx->getValue().ult(NumElts))
5644 DemandedVecElts =
APInt(1, 1);
5650 case Instruction::InsertElement: {
5651 if (isa<ScalableVectorType>(
Op->getType()))
5654 const Value *Vec =
Op->getOperand(0);
5655 const Value *Elt =
Op->getOperand(1);
5656 auto *CIdx = dyn_cast<ConstantInt>(
Op->getOperand(2));
5658 APInt DemandedVecElts = DemandedElts;
5659 bool NeedsElt =
true;
5661 if (CIdx && CIdx->getValue().ult(NumElts)) {
5662 DemandedVecElts.
clearBit(CIdx->getZExtValue());
5663 NeedsElt = DemandedElts[CIdx->getZExtValue()];
5677 if (!DemandedVecElts.
isZero()) {
5686 case Instruction::ShuffleVector: {
5689 APInt DemandedLHS, DemandedRHS;
5690 auto *Shuf = dyn_cast<ShuffleVectorInst>(
Op);
5694 if (!!DemandedLHS) {
5695 const Value *
LHS = Shuf->getOperand(0);
5706 if (!!DemandedRHS) {
5708 const Value *
RHS = Shuf->getOperand(1);
5716 case Instruction::ExtractValue: {
5720 if (isa<StructType>(Src->getType()) && Indices.
size() == 1 &&
5722 if (
const auto *
II = dyn_cast<IntrinsicInst>(Src)) {
5723 switch (
II->getIntrinsicID()) {
5724 case Intrinsic::frexp: {
5729 InterestedClasses, KnownSrc, Q,
Depth + 1);
5731 const Function *
F = cast<Instruction>(
Op)->getFunction();
5733 Op->getType()->getScalarType()->getFltSemantics();
5768 case Instruction::PHI: {
5771 if (
P->getNumIncomingValues() == 0)
5778 if (
Depth < PhiRecursionLimit) {
5780 if (isa_and_nonnull<UndefValue>(
P->hasConstantValue()))
5785 for (
const Use &U :
P->operands()) {
5815 case Instruction::BitCast: {
5818 !Src->getType()->isIntOrIntVectorTy())
5821 const Type *Ty =
Op->getType()->getScalarType();
5826 if (Bits.isNonNegative())
5828 else if (Bits.isNegative())
5848 InfKB.Zero.clearSignBit();
5850 assert(!InfResult.value());
5852 }
else if (Bits == InfKB) {
5860 ZeroKB.Zero.clearSignBit();
5862 assert(!ZeroResult.value());
5864 }
else if (Bits == ZeroKB) {
5877 const APInt &DemandedElts,
5884 return KnownClasses;
5910 InterestedClasses &= ~fcNan;
5912 InterestedClasses &= ~fcInf;
5918 Result.KnownFPClasses &= ~fcNan;
5920 Result.KnownFPClasses &= ~fcInf;
5928 auto *FVTy = dyn_cast<FixedVectorType>(V->getType());
5929 APInt DemandedElts =
5981 auto *
User = cast<Instruction>(U.getUser());
5982 if (
auto *FPOp = dyn_cast<FPMathOperator>(
User)) {
5983 if (FPOp->hasNoSignedZeros())
5987 switch (
User->getOpcode()) {
5988 case Instruction::FPToSI:
5989 case Instruction::FPToUI:
5991 case Instruction::FCmp:
5994 case Instruction::Call:
5995 if (
auto *
II = dyn_cast<IntrinsicInst>(
User)) {
5996 switch (
II->getIntrinsicID()) {
5997 case Intrinsic::fabs:
5999 case Intrinsic::copysign:
6000 return U.getOperandNo() == 0;
6001 case Intrinsic::is_fpclass:
6002 case Intrinsic::vp_is_fpclass: {
6005 cast<ConstantInt>(
II->getArgOperand(1))->getZExtValue()) &
6006 FPClassTest::fcZero;
6007 return Test == FPClassTest::fcZero ||
Test == FPClassTest::fcNone;
6020 auto *
User = cast<Instruction>(U.getUser());
6021 if (
auto *FPOp = dyn_cast<FPMathOperator>(
User)) {
6022 if (FPOp->hasNoNaNs())
6026 switch (
User->getOpcode()) {
6027 case Instruction::FPToSI:
6028 case Instruction::FPToUI:
6031 case Instruction::FAdd:
6032 case Instruction::FSub:
6033 case Instruction::FMul:
6034 case Instruction::FDiv:
6035 case Instruction::FRem:
6036 case Instruction::FPTrunc:
6037 case Instruction::FPExt:
6038 case Instruction::FCmp:
6041 case Instruction::FNeg:
6042 case Instruction::Select:
6043 case Instruction::PHI:
6045 case Instruction::Ret:
6046 return User->getFunction()->getAttributes().getRetNoFPClass() &
6048 case Instruction::Call:
6049 case Instruction::Invoke: {
6050 if (
auto *
II = dyn_cast<IntrinsicInst>(
User)) {
6051 switch (
II->getIntrinsicID()) {
6052 case Intrinsic::fabs:
6054 case Intrinsic::copysign:
6055 return U.getOperandNo() == 0;
6057 case Intrinsic::maxnum:
6058 case Intrinsic::minnum:
6059 case Intrinsic::maximum:
6060 case Intrinsic::minimum:
6061 case Intrinsic::maximumnum:
6062 case Intrinsic::minimumnum:
6063 case Intrinsic::canonicalize:
6064 case Intrinsic::fma:
6065 case Intrinsic::fmuladd:
6066 case Intrinsic::sqrt:
6067 case Intrinsic::pow:
6068 case Intrinsic::powi:
6069 case Intrinsic::fptoui_sat:
6070 case Intrinsic::fptosi_sat:
6071 case Intrinsic::is_fpclass:
6072 case Intrinsic::vp_is_fpclass:
6080 cast<CallBase>(
User)->getParamNoFPClass(U.getOperandNo());
6081 return NoFPClass & FPClassTest::fcNan;
6091 if (V->getType()->isIntegerTy(8))
6098 if (isa<UndefValue>(V))
6102 if (
DL.getTypeStoreSize(V->getType()).isZero())
6117 if (
C->isNullValue())
6124 if (CFP->getType()->isHalfTy())
6126 else if (CFP->getType()->isFloatTy())
6128 else if (CFP->getType()->isDoubleTy())
6137 if (CI->getBitWidth() % 8 == 0) {
6138 assert(CI->getBitWidth() > 8 &&
"8 bits should be handled above!");
6139 if (!CI->getValue().isSplat(8))
6141 return ConstantInt::get(Ctx, CI->getValue().trunc(8));
6145 if (
auto *CE = dyn_cast<ConstantExpr>(
C)) {
6146 if (CE->getOpcode() == Instruction::IntToPtr) {
6147 if (
auto *PtrTy = dyn_cast<PointerType>(CE->getType())) {
6148 unsigned BitWidth =
DL.getPointerSizeInBits(PtrTy->getAddressSpace());
6161 if (
LHS == UndefInt8)
6163 if (
RHS == UndefInt8)
6169 Value *Val = UndefInt8;
6170 for (
uint64_t I = 0, E = CA->getNumElements();
I != E; ++
I)
6176 if (isa<ConstantAggregate>(
C)) {
6177 Value *Val = UndefInt8;
6198 StructType *STy = dyn_cast<StructType>(IndexedType);
6212 while (PrevTo != OrigTo) {
6259 unsigned IdxSkip = Idxs.
size();
6272 std::optional<BasicBlock::iterator> InsertBefore) {
6275 if (idx_range.
empty())
6278 assert((V->getType()->isStructTy() || V->getType()->isArrayTy()) &&
6279 "Not looking at a struct or array?");
6281 "Invalid indices for type?");
6283 if (
Constant *
C = dyn_cast<Constant>(V)) {
6284 C =
C->getAggregateElement(idx_range[0]);
6285 if (!
C)
return nullptr;
6292 const unsigned *req_idx = idx_range.
begin();
6293 for (
const unsigned *i =
I->idx_begin(), *e =
I->idx_end();
6294 i != e; ++i, ++req_idx) {
6295 if (req_idx == idx_range.
end()) {
6325 ArrayRef(req_idx, idx_range.
end()), InsertBefore);
6334 unsigned size =
I->getNumIndices() + idx_range.
size();
6339 Idxs.
append(
I->idx_begin(),
I->idx_end());
6345 &&
"Number of indices added not correct?");
6362 assert(V &&
"V should not be null.");
6363 assert((ElementSize % 8) == 0 &&
6364 "ElementSize expected to be a multiple of the size of a byte.");
6365 unsigned ElementSizeInBytes = ElementSize / 8;
6377 APInt Off(
DL.getIndexTypeSizeInBits(V->getType()), 0);
6379 if (GV != V->stripAndAccumulateConstantOffsets(
DL, Off,
6384 uint64_t StartIdx = Off.getLimitedValue();
6391 if ((StartIdx % ElementSizeInBytes) != 0)
6394 Offset += StartIdx / ElementSizeInBytes;
6400 uint64_t SizeInBytes =
DL.getTypeStoreSize(GVTy).getFixedValue();
6403 Slice.
Array =
nullptr;
6414 if (
auto *ArrayInit = dyn_cast<ConstantDataArray>(
Init)) {
6415 Type *InitElTy = ArrayInit->getElementType();
6420 ArrayTy = ArrayInit->getType();
6425 if (ElementSize != 8)
6436 Array = dyn_cast<ConstantDataArray>(
Init);
6437 ArrayTy = dyn_cast<ArrayType>(
Init->getType());
6444 Slice.
Array = Array;
6460 if (Slice.
Array ==
nullptr) {
6483 Str = Str.substr(Slice.
Offset);
6489 Str = Str.substr(0, Str.find(
'\0'));
6502 unsigned CharSize) {
6504 V = V->stripPointerCasts();
6508 if (
const PHINode *PN = dyn_cast<PHINode>(V)) {
6509 if (!PHIs.
insert(PN).second)
6514 for (
Value *IncValue : PN->incoming_values()) {
6516 if (Len == 0)
return 0;
6518 if (Len == ~0ULL)
continue;
6520 if (Len != LenSoFar && LenSoFar != ~0ULL)
6530 if (
const SelectInst *SI = dyn_cast<SelectInst>(V)) {
6532 if (Len1 == 0)
return 0;
6534 if (Len2 == 0)
return 0;
6535 if (Len1 == ~0ULL)
return Len2;
6536 if (Len2 == ~0ULL)
return Len1;
6537 if (Len1 != Len2)
return 0;
6546 if (Slice.
Array ==
nullptr)
6554 unsigned NullIndex = 0;
6555 for (
unsigned E = Slice.
Length; NullIndex < E; ++NullIndex) {
6560 return NullIndex + 1;
6566 if (!V->getType()->isPointerTy())
6573 return Len == ~0ULL ? 1 : Len;
6578 bool MustPreserveNullness) {
6580 "getArgumentAliasingToReturnedPointer only works on nonnull calls");
6581 if (
const Value *RV = Call->getReturnedArgOperand())
6585 Call, MustPreserveNullness))
6586 return Call->getArgOperand(0);
6591 const CallBase *Call,
bool MustPreserveNullness) {
6592 switch (Call->getIntrinsicID()) {
6593 case Intrinsic::launder_invariant_group:
6594 case Intrinsic::strip_invariant_group:
6595 case Intrinsic::aarch64_irg:
6596 case Intrinsic::aarch64_tagp:
6606 case Intrinsic::amdgcn_make_buffer_rsrc:
6608 case Intrinsic::ptrmask:
6609 return !MustPreserveNullness;
6610 case Intrinsic::threadlocal_address:
6613 return !Call->getParent()->getParent()->isPresplitCoroutine();
6630 if (!PrevValue || LI->
getLoopFor(PrevValue->getParent()) != L)
6632 if (!PrevValue || LI->
getLoopFor(PrevValue->getParent()) != L)
6640 if (
auto *Load = dyn_cast<LoadInst>(PrevValue))
6641 if (!L->isLoopInvariant(Load->getPointerOperand()))
6647 for (
unsigned Count = 0; MaxLookup == 0 || Count < MaxLookup; ++Count) {
6648 if (
auto *
GEP = dyn_cast<GEPOperator>(V)) {
6649 const Value *PtrOp =
GEP->getPointerOperand();
6655 Value *NewV = cast<Operator>(V)->getOperand(0);
6659 }
else if (
auto *GA = dyn_cast<GlobalAlias>(V)) {
6660 if (GA->isInterposable())
6662 V = GA->getAliasee();
6664 if (
auto *
PHI = dyn_cast<PHINode>(V)) {
6666 if (
PHI->getNumIncomingValues() == 1) {
6667 V =
PHI->getIncomingValue(0);
6670 }
else if (
auto *Call = dyn_cast<CallBase>(V)) {
6688 assert(V->getType()->isPointerTy() &&
"Unexpected operand type!");
6695 const LoopInfo *LI,
unsigned MaxLookup) {
6703 if (!Visited.
insert(
P).second)
6706 if (
auto *SI = dyn_cast<SelectInst>(
P)) {
6708 Worklist.
push_back(SI->getFalseValue());
6712 if (
auto *PN = dyn_cast<PHINode>(
P)) {
6732 }
while (!Worklist.
empty());
6736 const unsigned MaxVisited = 8;
6741 const Value *Object =
nullptr;
6751 if (!Visited.
insert(
P).second)
6754 if (Visited.
size() == MaxVisited)
6757 if (
auto *SI = dyn_cast<SelectInst>(
P)) {
6759 Worklist.
push_back(SI->getFalseValue());
6763 if (
auto *PN = dyn_cast<PHINode>(
P)) {
6770 else if (Object !=
P)
6772 }
while (!Worklist.
empty());
6774 return Object ? Object : FirstObject;
6781 if (
const Operator *U = dyn_cast<Operator>(V)) {
6784 if (U->getOpcode() == Instruction::PtrToInt)
6785 return U->getOperand(0);
6792 if (U->getOpcode() != Instruction::Add ||
6793 (!isa<ConstantInt>(U->getOperand(1)) &&
6795 !isa<PHINode>(U->getOperand(1))))
6797 V = U->getOperand(0);
6801 assert(V->getType()->isIntegerTy() &&
"Unexpected operand type!");
6818 for (
const Value *V : Objs) {
6819 if (!Visited.
insert(V).second)
6824 if (O->getType()->isPointerTy()) {
6837 }
while (!Working.
empty());
6846 auto AddWork = [&](
Value *V) {
6847 if (Visited.
insert(V).second)
6856 if (
AllocaInst *AI = dyn_cast<AllocaInst>(V)) {
6857 if (Result && Result != AI)
6860 }
else if (
CastInst *CI = dyn_cast<CastInst>(V)) {
6861 AddWork(CI->getOperand(0));
6862 }
else if (
PHINode *PN = dyn_cast<PHINode>(V)) {
6863 for (
Value *IncValue : PN->incoming_values())
6865 }
else if (
auto *SI = dyn_cast<SelectInst>(V)) {
6866 AddWork(SI->getTrueValue());
6867 AddWork(SI->getFalseValue());
6869 if (OffsetZero && !
GEP->hasAllZeroIndices())
6871 AddWork(
GEP->getPointerOperand());
6872 }
else if (
CallBase *CB = dyn_cast<CallBase>(V)) {
6873 Value *Returned = CB->getReturnedArgOperand();
6881 }
while (!Worklist.
empty());
6887 const Value *V,
bool AllowLifetime,
bool AllowDroppable) {
6888 for (
const User *U : V->users()) {
6893 if (AllowLifetime &&
II->isLifetimeStartOrEnd())
6896 if (AllowDroppable &&
II->isDroppable())
6914 if (
auto *
II = dyn_cast<IntrinsicInst>(
I))
6916 auto *Shuffle = dyn_cast<ShuffleVectorInst>(
I);
6917 return (!Shuffle || Shuffle->isSelect()) &&
6918 !isa<CallBase, BitCastInst, ExtractElementInst>(
I);
6924 bool IgnoreUBImplyingAttrs) {
6926 AC, DT, TLI, UseVariableInfo,
6927 IgnoreUBImplyingAttrs);
6933 bool UseVariableInfo,
bool IgnoreUBImplyingAttrs) {
6937 auto hasEqualReturnAndLeadingOperandTypes =
6938 [](
const Instruction *Inst,
unsigned NumLeadingOperands) {
6942 for (
unsigned ItOp = 0; ItOp < NumLeadingOperands; ++ItOp)
6948 hasEqualReturnAndLeadingOperandTypes(Inst, 2));
6950 hasEqualReturnAndLeadingOperandTypes(Inst, 1));
6957 case Instruction::UDiv:
6958 case Instruction::URem: {
6965 case Instruction::SDiv:
6966 case Instruction::SRem: {
6968 const APInt *Numerator, *Denominator;
6972 if (*Denominator == 0)
6984 case Instruction::Load: {
6985 if (!UseVariableInfo)
6988 const LoadInst *LI = dyn_cast<LoadInst>(Inst);
6998 case Instruction::Call: {
6999 auto *CI = dyn_cast<const CallInst>(Inst);
7002 const Function *Callee = CI->getCalledFunction();
7006 if (!Callee || !Callee->isSpeculatable())
7010 return IgnoreUBImplyingAttrs || !CI->hasUBImplyingAttrs();
7012 case Instruction::VAArg:
7013 case Instruction::Alloca:
7014 case Instruction::Invoke:
7015 case Instruction::CallBr:
7016 case Instruction::PHI:
7017 case Instruction::Store:
7018 case Instruction::Ret:
7019 case Instruction::Br:
7020 case Instruction::IndirectBr:
7021 case Instruction::Switch:
7022 case Instruction::Unreachable:
7023 case Instruction::Fence:
7024 case Instruction::AtomicRMW:
7025 case Instruction::AtomicCmpXchg:
7026 case Instruction::LandingPad:
7027 case Instruction::Resume:
7028 case Instruction::CatchSwitch:
7029 case Instruction::CatchPad:
7030 case Instruction::CatchRet:
7031 case Instruction::CleanupPad:
7032 case Instruction::CleanupRet:
7038 if (
I.mayReadOrWriteMemory())
7056 case ConstantRange::OverflowResult::MayOverflow:
7057 return OverflowResult::MayOverflow;
7058 case ConstantRange::OverflowResult::AlwaysOverflowsLow:
7059 return OverflowResult::AlwaysOverflowsLow;
7060 case ConstantRange::OverflowResult::AlwaysOverflowsHigh:
7061 return OverflowResult::AlwaysOverflowsHigh;
7062 case ConstantRange::OverflowResult::NeverOverflows:
7063 return OverflowResult::NeverOverflows;
7090 return OverflowResult::NeverOverflows;
7116 return OverflowResult::NeverOverflows;
7131 return OverflowResult::NeverOverflows;
7133 return OverflowResult::MayOverflow;
7151 if (
Add &&
Add->hasNoSignedWrap()) {
7152 return OverflowResult::NeverOverflows;
7170 return OverflowResult::NeverOverflows;
7178 if (OR != OverflowResult::MayOverflow)
7183 return OverflowResult::MayOverflow;
7190 bool LHSOrRHSKnownNonNegative =
7192 bool LHSOrRHSKnownNegative =
7194 if (LHSOrRHSKnownNonNegative || LHSOrRHSKnownNegative) {
7197 if ((AddKnown.
isNonNegative() && LHSOrRHSKnownNonNegative) ||
7198 (AddKnown.
isNegative() && LHSOrRHSKnownNegative))
7199 return OverflowResult::NeverOverflows;
7202 return OverflowResult::MayOverflow;
7222 return OverflowResult::NeverOverflows;
7227 return OverflowResult::NeverOverflows;
7228 return OverflowResult::AlwaysOverflowsLow;
7252 return OverflowResult::NeverOverflows;
7257 return OverflowResult::NeverOverflows;
7272 if (
const auto *EVI = dyn_cast<ExtractValueInst>(U)) {
7273 assert(EVI->getNumIndices() == 1 &&
"Obvious from CI's type");
7275 if (EVI->getIndices()[0] == 0)
7278 assert(EVI->getIndices()[0] == 1 &&
"Obvious from CI's type");
7280 for (
const auto *U : EVI->users())
7281 if (
const auto *
B = dyn_cast<BranchInst>(U)) {
7282 assert(
B->isConditional() &&
"How else is it using an i1?");
7293 auto AllUsesGuardedByBranch = [&](
const BranchInst *BI) {
7299 for (
const auto *Result :
Results) {
7302 if (DT.
dominates(NoWrapEdge, Result->getParent()))
7305 for (
const auto &RU : Result->uses())
7313 return llvm::any_of(GuardingBranches, AllUsesGuardedByBranch);
7318 auto *
C = dyn_cast<Constant>(ShiftAmount);
7324 if (
auto *FVTy = dyn_cast<FixedVectorType>(
C->getType())) {
7325 unsigned NumElts = FVTy->getNumElements();
7326 for (
unsigned i = 0; i < NumElts; ++i)
7327 ShiftAmounts.
push_back(
C->getAggregateElement(i));
7328 }
else if (isa<ScalableVectorType>(
C->getType()))
7334 auto *CI = dyn_cast_or_null<ConstantInt>(
C);
7335 return CI && CI->getValue().ult(
C->getType()->getIntegerBitWidth());
7356 bool ConsiderFlagsAndMetadata) {
7359 Op->hasPoisonGeneratingAnnotations())
7362 unsigned Opcode =
Op->getOpcode();
7366 case Instruction::Shl:
7367 case Instruction::AShr:
7368 case Instruction::LShr:
7370 case Instruction::FPToSI:
7371 case Instruction::FPToUI:
7375 case Instruction::Call:
7376 if (
auto *
II = dyn_cast<IntrinsicInst>(
Op)) {
7377 switch (
II->getIntrinsicID()) {
7379 case Intrinsic::ctlz:
7380 case Intrinsic::cttz:
7381 case Intrinsic::abs:
7382 if (cast<ConstantInt>(
II->getArgOperand(1))->isNullValue())
7385 case Intrinsic::ctpop:
7386 case Intrinsic::bswap:
7387 case Intrinsic::bitreverse:
7388 case Intrinsic::fshl:
7389 case Intrinsic::fshr:
7390 case Intrinsic::smax:
7391 case Intrinsic::smin:
7392 case Intrinsic::scmp:
7393 case Intrinsic::umax:
7394 case Intrinsic::umin:
7395 case Intrinsic::ucmp:
7396 case Intrinsic::ptrmask:
7397 case Intrinsic::fptoui_sat:
7398 case Intrinsic::fptosi_sat:
7399 case Intrinsic::sadd_with_overflow:
7400 case Intrinsic::ssub_with_overflow:
7401 case Intrinsic::smul_with_overflow:
7402 case Intrinsic::uadd_with_overflow:
7403 case Intrinsic::usub_with_overflow:
7404 case Intrinsic::umul_with_overflow:
7405 case Intrinsic::sadd_sat:
7406 case Intrinsic::uadd_sat:
7407 case Intrinsic::ssub_sat:
7408 case Intrinsic::usub_sat:
7410 case Intrinsic::sshl_sat:
7411 case Intrinsic::ushl_sat:
7414 case Intrinsic::fma:
7415 case Intrinsic::fmuladd:
7416 case Intrinsic::sqrt:
7417 case Intrinsic::powi:
7418 case Intrinsic::sin:
7419 case Intrinsic::cos:
7420 case Intrinsic::pow:
7421 case Intrinsic::log:
7422 case Intrinsic::log10:
7423 case Intrinsic::log2:
7424 case Intrinsic::exp:
7425 case Intrinsic::exp2:
7426 case Intrinsic::exp10:
7427 case Intrinsic::fabs:
7428 case Intrinsic::copysign:
7429 case Intrinsic::floor:
7430 case Intrinsic::ceil:
7431 case Intrinsic::trunc:
7432 case Intrinsic::rint:
7433 case Intrinsic::nearbyint:
7434 case Intrinsic::round:
7435 case Intrinsic::roundeven:
7436 case Intrinsic::fptrunc_round:
7437 case Intrinsic::canonicalize:
7438 case Intrinsic::arithmetic_fence:
7439 case Intrinsic::minnum:
7440 case Intrinsic::maxnum:
7441 case Intrinsic::minimum:
7442 case Intrinsic::maximum:
7443 case Intrinsic::minimumnum:
7444 case Intrinsic::maximumnum:
7445 case Intrinsic::is_fpclass:
7446 case Intrinsic::ldexp:
7447 case Intrinsic::frexp:
7449 case Intrinsic::lround:
7450 case Intrinsic::llround:
7451 case Intrinsic::lrint:
7452 case Intrinsic::llrint:
7459 case Instruction::CallBr:
7460 case Instruction::Invoke: {
7461 const auto *CB = cast<CallBase>(
Op);
7462 return !CB->hasRetAttr(Attribute::NoUndef);
7464 case Instruction::InsertElement:
7465 case Instruction::ExtractElement: {
7467 auto *VTy = cast<VectorType>(
Op->getOperand(0)->getType());
7468 unsigned IdxOp =
Op->getOpcode() == Instruction::InsertElement ? 2 : 1;
7469 auto *
Idx = dyn_cast<ConstantInt>(
Op->getOperand(IdxOp));
7472 Idx->getValue().uge(VTy->getElementCount().getKnownMinValue());
7475 case Instruction::ShuffleVector: {
7477 ? cast<ConstantExpr>(
Op)->getShuffleMask()
7478 : cast<ShuffleVectorInst>(
Op)->getShuffleMask();
7481 case Instruction::FNeg:
7482 case Instruction::PHI:
7483 case Instruction::Select:
7484 case Instruction::ExtractValue:
7485 case Instruction::InsertValue:
7486 case Instruction::Freeze:
7487 case Instruction::ICmp:
7488 case Instruction::FCmp:
7489 case Instruction::GetElementPtr:
7491 case Instruction::AddrSpaceCast:
7494 const auto *CE = dyn_cast<ConstantExpr>(
Op);
7495 if (isa<CastInst>(
Op) || (CE && CE->isCast()))
7506 bool ConsiderFlagsAndMetadata) {
7508 ConsiderFlagsAndMetadata);
7513 ConsiderFlagsAndMetadata);
7518 if (ValAssumedPoison == V)
7521 const unsigned MaxDepth = 2;
7522 if (
Depth >= MaxDepth)
7525 if (
const auto *
I = dyn_cast<Instruction>(V)) {
7527 return propagatesPoison(Op) &&
7528 directlyImpliesPoison(ValAssumedPoison, Op, Depth + 1);
7552 const unsigned MaxDepth = 2;
7553 if (
Depth >= MaxDepth)
7556 const auto *
I = dyn_cast<Instruction>(ValAssumedPoison);
7559 return impliesPoison(Op, V, Depth + 1);
7566 return ::impliesPoison(ValAssumedPoison, V, 0);
7577 if (isa<MetadataAsValue>(V))
7580 if (
const auto *
A = dyn_cast<Argument>(V)) {
7581 if (
A->hasAttribute(Attribute::NoUndef) ||
7582 A->hasAttribute(Attribute::Dereferenceable) ||
7583 A->hasAttribute(Attribute::DereferenceableOrNull))
7587 if (
auto *
C = dyn_cast<Constant>(V)) {
7588 if (isa<PoisonValue>(
C))
7591 if (isa<UndefValue>(
C))
7594 if (isa<ConstantInt>(
C) || isa<GlobalVariable>(
C) || isa<ConstantFP>(
C) ||
7595 isa<ConstantPointerNull>(
C) || isa<Function>(
C))
7598 if (
C->getType()->isVectorTy()) {
7599 if (isa<ConstantExpr>(
C)) {
7601 if (
Constant *SplatC =
C->getSplatValue())
7602 if (isa<ConstantInt>(SplatC) || isa<ConstantFP>(SplatC))
7609 return !
C->containsConstantExpression();
7622 auto *StrippedV = V->stripPointerCastsSameRepresentation();
7623 if (isa<AllocaInst>(StrippedV) || isa<GlobalVariable>(StrippedV) ||
7624 isa<Function>(StrippedV) || isa<ConstantPointerNull>(StrippedV))
7627 auto OpCheck = [&](
const Value *V) {
7631 if (
auto *Opr = dyn_cast<Operator>(V)) {
7634 if (isa<FreezeInst>(V))
7637 if (
const auto *CB = dyn_cast<CallBase>(V)) {
7638 if (CB->hasRetAttr(Attribute::NoUndef) ||
7639 CB->hasRetAttr(Attribute::Dereferenceable) ||
7640 CB->hasRetAttr(Attribute::DereferenceableOrNull))
7644 if (
const auto *PN = dyn_cast<PHINode>(V)) {
7645 unsigned Num = PN->getNumIncomingValues();
7646 bool IsWellDefined =
true;
7647 for (
unsigned i = 0; i < Num; ++i) {
7648 if (PN == PN->getIncomingValue(i))
7650 auto *TI = PN->getIncomingBlock(i)->getTerminator();
7652 DT,
Depth + 1, Kind)) {
7653 IsWellDefined =
false;
7661 all_of(Opr->operands(), OpCheck))
7665 if (
auto *
I = dyn_cast<LoadInst>(V))
7666 if (
I->hasMetadata(LLVMContext::MD_noundef) ||
7667 I->hasMetadata(LLVMContext::MD_dereferenceable) ||
7668 I->hasMetadata(LLVMContext::MD_dereferenceable_or_null))
7688 auto *Dominator = DNode->
getIDom();
7693 auto *TI = Dominator->
getBlock()->getTerminator();
7696 if (
auto BI = dyn_cast_or_null<BranchInst>(TI)) {
7697 if (BI->isConditional())
7698 Cond = BI->getCondition();
7699 }
else if (
auto SI = dyn_cast_or_null<SwitchInst>(TI)) {
7700 Cond = SI->getCondition();
7708 auto *Opr = cast<Operator>(
Cond);
7709 if (
any_of(Opr->operands(), [V](
const Use &U) {
7710 return V == U && propagatesPoison(U);
7716 Dominator = Dominator->getIDom();
7729 return ::isGuaranteedNotToBeUndefOrPoison(V, AC, CtxI, DT,
Depth,
7736 return ::isGuaranteedNotToBeUndefOrPoison(V, AC, CtxI, DT,
Depth,
7743 return ::isGuaranteedNotToBeUndefOrPoison(V, AC, CtxI, DT,
Depth,
7767 while (!Worklist.
empty()) {
7776 if (
I != Root && !
any_of(
I->operands(), [&KnownPoison](
const Use &U) {
7777 return KnownPoison.contains(U) && propagatesPoison(U);
7781 if (KnownPoison.
insert(
I).second)
7793 return ::computeOverflowForSignedAdd(
Add->getOperand(0),
Add->getOperand(1),
7801 return ::computeOverflowForSignedAdd(
LHS,
RHS,
nullptr, SQ);
7810 if (isa<ReturnInst>(
I))
7812 if (isa<UnreachableInst>(
I))
7819 if (isa<CatchPadInst>(
I)) {
7825 case EHPersonality::CoreCLR:
7833 return !
I->mayThrow() &&
I->willReturn();
7847 unsigned ScanLimit) {
7854 assert(ScanLimit &&
"scan limit must be non-zero");
7856 if (--ScanLimit == 0)
7870 if (
I->getParent() != L->getHeader())
return false;
7873 if (&LI ==
I)
return true;
7876 llvm_unreachable(
"Instruction not contained in its own parent basic block.");
7882 case Intrinsic::sadd_with_overflow:
7883 case Intrinsic::ssub_with_overflow:
7884 case Intrinsic::smul_with_overflow:
7885 case Intrinsic::uadd_with_overflow:
7886 case Intrinsic::usub_with_overflow:
7887 case Intrinsic::umul_with_overflow:
7892 case Intrinsic::ctpop:
7893 case Intrinsic::ctlz:
7894 case Intrinsic::cttz:
7895 case Intrinsic::abs:
7896 case Intrinsic::smax:
7897 case Intrinsic::smin:
7898 case Intrinsic::umax:
7899 case Intrinsic::umin:
7900 case Intrinsic::scmp:
7901 case Intrinsic::is_fpclass:
7902 case Intrinsic::ptrmask:
7903 case Intrinsic::ucmp:
7904 case Intrinsic::bitreverse:
7905 case Intrinsic::bswap:
7906 case Intrinsic::sadd_sat:
7907 case Intrinsic::ssub_sat:
7908 case Intrinsic::sshl_sat:
7909 case Intrinsic::uadd_sat:
7910 case Intrinsic::usub_sat:
7911 case Intrinsic::ushl_sat:
7912 case Intrinsic::smul_fix:
7913 case Intrinsic::smul_fix_sat:
7914 case Intrinsic::umul_fix:
7915 case Intrinsic::umul_fix_sat:
7916 case Intrinsic::pow:
7917 case Intrinsic::powi:
7918 case Intrinsic::sin:
7919 case Intrinsic::sinh:
7920 case Intrinsic::cos:
7921 case Intrinsic::cosh:
7922 case Intrinsic::sincos:
7923 case Intrinsic::sincospi:
7924 case Intrinsic::tan:
7925 case Intrinsic::tanh:
7926 case Intrinsic::asin:
7927 case Intrinsic::acos:
7928 case Intrinsic::atan:
7929 case Intrinsic::atan2:
7930 case Intrinsic::canonicalize:
7931 case Intrinsic::sqrt:
7932 case Intrinsic::exp:
7933 case Intrinsic::exp2:
7934 case Intrinsic::exp10:
7935 case Intrinsic::log:
7936 case Intrinsic::log2:
7937 case Intrinsic::log10:
7938 case Intrinsic::modf:
7939 case Intrinsic::floor:
7940 case Intrinsic::ceil:
7941 case Intrinsic::trunc:
7942 case Intrinsic::rint:
7943 case Intrinsic::nearbyint:
7944 case Intrinsic::round:
7945 case Intrinsic::roundeven:
7946 case Intrinsic::lrint:
7947 case Intrinsic::llrint:
7956 switch (
I->getOpcode()) {
7957 case Instruction::Freeze:
7958 case Instruction::PHI:
7959 case Instruction::Invoke:
7961 case Instruction::Select:
7963 case Instruction::Call:
7964 if (
auto *
II = dyn_cast<IntrinsicInst>(
I))
7967 case Instruction::ICmp:
7968 case Instruction::FCmp:
7969 case Instruction::GetElementPtr:
7972 if (isa<BinaryOperator>(
I) || isa<UnaryOperator>(
I) || isa<CastInst>(
I))
7983template <
typename CallableT>
7985 const CallableT &Handle) {
7986 switch (
I->getOpcode()) {
7987 case Instruction::Store:
7992 case Instruction::Load:
7999 case Instruction::AtomicCmpXchg:
8004 case Instruction::AtomicRMW:
8009 case Instruction::Call:
8010 case Instruction::Invoke: {
8014 for (
unsigned i = 0; i < CB->
arg_size(); ++i)
8017 CB->
paramHasAttr(i, Attribute::DereferenceableOrNull)) &&
8022 case Instruction::Ret:
8023 if (
I->getFunction()->hasRetAttribute(Attribute::NoUndef) &&
8024 Handle(
I->getOperand(0)))
8027 case Instruction::Switch:
8028 if (Handle(cast<SwitchInst>(
I)->getCondition()))
8031 case Instruction::Br: {
8032 auto *BR = cast<BranchInst>(
I);
8033 if (BR->isConditional() && Handle(BR->getCondition()))
8045template <
typename CallableT>
8047 const CallableT &Handle) {
8050 switch (
I->getOpcode()) {
8052 case Instruction::UDiv:
8053 case Instruction::SDiv:
8054 case Instruction::URem:
8055 case Instruction::SRem:
8056 return Handle(
I->getOperand(1));
8065 I, [&](
const Value *V) {
return KnownPoison.
count(V); });
8079 if (
const auto *Inst = dyn_cast<Instruction>(V)) {
8083 }
else if (
const auto *Arg = dyn_cast<Argument>(V)) {
8084 if (Arg->getParent()->isDeclaration())
8087 Begin = BB->
begin();
8094 unsigned ScanLimit = 32;
8103 if (--ScanLimit == 0)
8107 return WellDefinedOp == V;
8127 if (--ScanLimit == 0)
8135 for (
const Use &
Op :
I.operands()) {
8145 if (
I.getOpcode() == Instruction::Select &&
8146 YieldsPoison.
count(
I.getOperand(1)) &&
8147 YieldsPoison.
count(
I.getOperand(2))) {
8153 if (!BB || !Visited.
insert(BB).second)
8163 return ::programUndefinedIfUndefOrPoison(Inst,
false);
8167 return ::programUndefinedIfUndefOrPoison(Inst,
true);
8174 if (
auto *
C = dyn_cast<ConstantFP>(V))
8177 if (
auto *
C = dyn_cast<ConstantDataVector>(V)) {
8178 if (!
C->getElementType()->isFloatingPointTy())
8180 for (
unsigned I = 0, E =
C->getNumElements();
I < E; ++
I) {
8181 if (
C->getElementAsAPFloat(
I).isNaN())
8187 if (isa<ConstantAggregateZero>(V))
8194 if (
auto *
C = dyn_cast<ConstantFP>(V))
8195 return !
C->isZero();
8197 if (
auto *
C = dyn_cast<ConstantDataVector>(V)) {
8198 if (!
C->getElementType()->isFloatingPointTy())
8200 for (
unsigned I = 0, E =
C->getNumElements();
I < E; ++
I) {
8201 if (
C->getElementAsAPFloat(
I).isZero())
8224 if (CmpRHS == FalseVal) {
8268 if (CmpRHS != TrueVal) {
8269 Pred = ICmpInst::getSwappedPredicate(Pred);
8307 Value *
A =
nullptr, *
B =
nullptr;
8312 Value *
C =
nullptr, *
D =
nullptr;
8314 if (L.Flavor != R.Flavor)
8322 if (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE) {
8323 Pred = ICmpInst::getSwappedPredicate(Pred);
8326 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE)
8330 if (Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_SLE) {
8331 Pred = ICmpInst::getSwappedPredicate(Pred);
8334 if (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SGE)
8338 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE) {
8339 Pred = ICmpInst::getSwappedPredicate(Pred);
8342 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE)
8346 if (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_ULE) {
8347 Pred = ICmpInst::getSwappedPredicate(Pred);
8350 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_UGE)
8366 return {L.Flavor,
SPNB_NA,
false};
8373 return {L.Flavor,
SPNB_NA,
false};
8380 return {L.Flavor,
SPNB_NA,
false};
8387 return {L.Flavor,
SPNB_NA,
false};
8403 return ConstantInt::get(V->getType(), ~(*
C));
8419 if (SPR.
Flavor != SelectPatternFlavor::SPF_UNKNOWN)
8423 if (SPR.
Flavor != SelectPatternFlavor::SPF_UNKNOWN)
8460 if ((CmpLHS == TrueVal &&
match(FalseVal,
m_APInt(C2))) ||
8480 assert(
X &&
Y &&
"Invalid operand");
8482 auto IsNegationOf = [&](
const Value *
X,
const Value *
Y) {
8486 auto *BO = cast<BinaryOperator>(
X);
8487 if (NeedNSW && !BO->hasNoSignedWrap())
8490 auto *Zero = cast<Constant>(BO->getOperand(0));
8491 if (!AllowPoison && !Zero->isNullValue())
8498 if (IsNegationOf(
X,
Y) || IsNegationOf(
Y,
X))
8522 return Pred1 == ICmpInst::getInversePredicate(Pred2);
8525 const APInt *RHSC1, *RHSC2;
8536 return CR1.inverse() == CR2;
8545 case ICmpInst::ICMP_UGT:
8546 case ICmpInst::ICMP_UGE:
8548 case ICmpInst::ICMP_SGT:
8549 case ICmpInst::ICMP_SGE:
8551 case ICmpInst::ICMP_ULT:
8552 case ICmpInst::ICMP_ULE:
8554 case ICmpInst::ICMP_SLT:
8555 case ICmpInst::ICMP_SLE:
8557 case FCmpInst::FCMP_UGT:
8558 case FCmpInst::FCMP_UGE:
8559 case FCmpInst::FCMP_OGT:
8560 case FCmpInst::FCMP_OGE:
8562 case FCmpInst::FCMP_ULT:
8563 case FCmpInst::FCMP_ULE:
8564 case FCmpInst::FCMP_OLT:
8565 case FCmpInst::FCMP_OLE:
8570std::optional<std::pair<CmpPredicate, Constant *>>
8573 "Only for relational integer predicates.");
8574 if (isa<UndefValue>(
C))
8575 return std::nullopt;
8578 bool IsSigned = ICmpInst::isSigned(Pred);
8581 bool WillIncrement =
8582 UnsignedPred == ICmpInst::ICMP_ULE || UnsignedPred == ICmpInst::ICMP_UGT;
8586 auto ConstantIsOk = [WillIncrement, IsSigned](
ConstantInt *
C) {
8587 return WillIncrement ? !
C->isMaxValue(IsSigned) : !
C->isMinValue(IsSigned);
8590 Constant *SafeReplacementConstant =
nullptr;
8591 if (
auto *CI = dyn_cast<ConstantInt>(
C)) {
8593 if (!ConstantIsOk(CI))
8594 return std::nullopt;
8595 }
else if (
auto *FVTy = dyn_cast<FixedVectorType>(
Type)) {
8596 unsigned NumElts = FVTy->getNumElements();
8597 for (
unsigned i = 0; i != NumElts; ++i) {
8598 Constant *Elt =
C->getAggregateElement(i);
8600 return std::nullopt;
8602 if (isa<UndefValue>(Elt))
8607 auto *CI = dyn_cast<ConstantInt>(Elt);
8608 if (!CI || !ConstantIsOk(CI))
8609 return std::nullopt;
8611 if (!SafeReplacementConstant)
8612 SafeReplacementConstant = CI;
8614 }
else if (isa<VectorType>(
C->getType())) {
8616 Value *SplatC =
C->getSplatValue();
8617 auto *CI = dyn_cast_or_null<ConstantInt>(SplatC);
8619 if (!CI || !ConstantIsOk(CI))
8620 return std::nullopt;
8623 return std::nullopt;
8630 if (
C->containsUndefOrPoisonElement()) {
8631 assert(SafeReplacementConstant &&
"Replacement constant not set");
8638 Constant *OneOrNegOne = ConstantInt::get(
Type, WillIncrement ? 1 : -1,
true);
8641 return std::make_pair(NewPred, NewC);
8650 bool HasMismatchedZeros =
false;
8656 Value *OutputZeroVal =
nullptr;
8658 !cast<Constant>(TrueVal)->containsUndefOrPoisonElement())
8659 OutputZeroVal = TrueVal;
8661 !cast<Constant>(FalseVal)->containsUndefOrPoisonElement())
8662 OutputZeroVal = FalseVal;
8664 if (OutputZeroVal) {
8666 HasMismatchedZeros =
true;
8667 CmpLHS = OutputZeroVal;
8670 HasMismatchedZeros =
true;
8671 CmpRHS = OutputZeroVal;
8688 if (!HasMismatchedZeros)
8699 bool Ordered =
false;
8710 if (LHSSafe && RHSSafe) {
8741 if (TrueVal == CmpRHS && FalseVal == CmpLHS) {
8752 if (TrueVal == CmpLHS && FalseVal == CmpRHS)
8758 auto MaybeSExtCmpLHS =
8762 if (
match(TrueVal, MaybeSExtCmpLHS)) {
8772 if (Pred == ICmpInst::ICMP_SGT &&
match(CmpRHS, ZeroOrAllOnes))
8776 if (Pred == ICmpInst::ICMP_SGE &&
match(CmpRHS, ZeroOrOne))
8781 if (Pred == ICmpInst::ICMP_SLT &&
match(CmpRHS, ZeroOrOne))
8784 else if (
match(FalseVal, MaybeSExtCmpLHS)) {
8794 if (Pred == ICmpInst::ICMP_SGT &&
match(CmpRHS, ZeroOrAllOnes))
8799 if (Pred == ICmpInst::ICMP_SLT &&
match(CmpRHS, ZeroOrOne))
8824 case Instruction::ZExt:
8828 case Instruction::SExt:
8832 case Instruction::Trunc:
8835 CmpConst->
getType() == SrcTy) {
8857 CastedTo = CmpConst;
8859 unsigned ExtOp = CmpI->
isSigned() ? Instruction::SExt : Instruction::ZExt;
8863 case Instruction::FPTrunc:
8866 case Instruction::FPExt:
8869 case Instruction::FPToUI:
8872 case Instruction::FPToSI:
8875 case Instruction::UIToFP:
8878 case Instruction::SIToFP:
8891 if (CastedBack && CastedBack !=
C)
8915 auto *Cast1 = dyn_cast<CastInst>(V1);
8919 *CastOp = Cast1->getOpcode();
8920 Type *SrcTy = Cast1->getSrcTy();
8921 if (
auto *Cast2 = dyn_cast<CastInst>(V2)) {
8923 if (*CastOp == Cast2->getOpcode() && SrcTy == Cast2->getSrcTy())
8924 return Cast2->getOperand(0);
8928 auto *
C = dyn_cast<Constant>(V2);
8932 Value *CastedTo =
nullptr;
8933 if (*CastOp == Instruction::Trunc) {
8947 "V2 and Cast1 should be the same type.");
8963 CmpInst *CmpI = dyn_cast<CmpInst>(SI->getCondition());
8966 Value *TrueVal = SI->getTrueValue();
8967 Value *FalseVal = SI->getFalseValue();
8970 CmpI, TrueVal, FalseVal,
LHS,
RHS,
8971 isa<FPMathOperator>(SI) ? SI->getFastMathFlags() :
FastMathFlags(),
8981 if (isa<FPMathOperator>(CmpI) && CmpI->
hasNoNaNs())
8989 if (CastOp && CmpLHS->
getType() != TrueVal->getType()) {
8993 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI)
8995 return ::matchSelectPattern(Pred, FMF, CmpLHS, CmpRHS,
8996 cast<CastInst>(TrueVal)->getOperand(0),
C,
9002 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI)
9004 return ::matchSelectPattern(Pred, FMF, CmpLHS, CmpRHS,
9005 C, cast<CastInst>(FalseVal)->getOperand(0),
9009 return ::matchSelectPattern(Pred, FMF, CmpLHS, CmpRHS, TrueVal, FalseVal,
9014 if (SPF ==
SPF_SMIN)
return ICmpInst::ICMP_SLT;
9015 if (SPF ==
SPF_UMIN)
return ICmpInst::ICMP_ULT;
9016 if (SPF ==
SPF_SMAX)
return ICmpInst::ICMP_SGT;
9017 if (SPF ==
SPF_UMAX)
return ICmpInst::ICMP_UGT;
9019 return Ordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT;
9021 return Ordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT;
9027 case SelectPatternFlavor::SPF_UMIN:
9028 return Intrinsic::umin;
9029 case SelectPatternFlavor::SPF_UMAX:
9030 return Intrinsic::umax;
9031 case SelectPatternFlavor::SPF_SMIN:
9032 return Intrinsic::smin;
9033 case SelectPatternFlavor::SPF_SMAX:
9034 return Intrinsic::smax;
9050 case Intrinsic::smax:
return Intrinsic::smin;
9051 case Intrinsic::smin:
return Intrinsic::smax;
9052 case Intrinsic::umax:
return Intrinsic::umin;
9053 case Intrinsic::umin:
return Intrinsic::umax;
9056 case Intrinsic::maximum:
return Intrinsic::minimum;
9057 case Intrinsic::minimum:
return Intrinsic::maximum;
9058 case Intrinsic::maxnum:
return Intrinsic::minnum;
9059 case Intrinsic::minnum:
return Intrinsic::maxnum;
9074std::pair<Intrinsic::ID, bool>
9079 bool AllCmpSingleUse =
true;
9082 if (
all_of(VL, [&SelectPattern, &AllCmpSingleUse](
Value *
I) {
9088 SelectPattern.
Flavor != CurrentPattern.Flavor)
9090 SelectPattern = CurrentPattern;
9095 switch (SelectPattern.
Flavor) {
9097 return {Intrinsic::smin, AllCmpSingleUse};
9099 return {Intrinsic::umin, AllCmpSingleUse};
9101 return {Intrinsic::smax, AllCmpSingleUse};
9103 return {Intrinsic::umax, AllCmpSingleUse};
9105 return {Intrinsic::maxnum, AllCmpSingleUse};
9107 return {Intrinsic::minnum, AllCmpSingleUse};
9115template <
typename InstTy>
9125 for (
unsigned I = 0;
I != 2; ++
I) {
9130 if (
LHS != PN &&
RHS != PN)
9156 P = dyn_cast<PHINode>(
I->getOperand(0));
9158 P = dyn_cast<PHINode>(
I->getOperand(1));
9166 if (
I->arg_size() != 2 ||
I->getType() !=
I->getArgOperand(0)->getType() ||
9167 I->getType() !=
I->getArgOperand(1)->getType())
9171 P = dyn_cast<PHINode>(
I->getArgOperand(0));
9173 P = dyn_cast<PHINode>(
I->getArgOperand(1));
9181 if (ICmpInst::isTrueWhenEqual(Pred) &&
LHS ==
RHS)
9195 return !
C->isNegative();
9207 const APInt *CLHS, *CRHS;
9210 return CLHS->
sle(*CRHS);
9248 const APInt *CLHS, *CRHS;
9251 return CLHS->
ule(*CRHS);
9260static std::optional<bool>
9265 return std::nullopt;
9272 return std::nullopt;
9279 return std::nullopt;
9286 return std::nullopt;
9293 return std::nullopt;
9300static std::optional<bool>
9306 if (CR.
icmp(Pred, RCR))
9313 return std::nullopt;
9326 return std::nullopt;
9332static std::optional<bool>
9363 const APInt *Unused;
9370 L1, ICmpInst::isSigned(LPred),
true,
nullptr,
9373 R1, ICmpInst::isSigned(RPred),
true,
nullptr,
9382 return std::nullopt;
9386 if (L0 == R0 && L1 == R1)
9394 if ((SignedLPred == ICmpInst::ICMP_SGT ||
9395 SignedLPred == ICmpInst::ICMP_SGE) &&
9404 if ((SignedLPred == ICmpInst::ICMP_SLT ||
9405 SignedLPred == ICmpInst::ICMP_SLE) &&
9414 (LPred == ICmpInst::ICMP_ULT || LPred == ICmpInst::ICMP_UGE) &&
9415 (RPred == ICmpInst::ICMP_ULT || RPred == ICmpInst::ICMP_UGE) &&
9422 return std::nullopt;
9429static std::optional<bool>
9434 assert((
LHS->getOpcode() == Instruction::And ||
9435 LHS->getOpcode() == Instruction::Or ||
9436 LHS->getOpcode() == Instruction::Select) &&
9437 "Expected LHS to be 'and', 'or', or 'select'.");
9444 const Value *ALHS, *ARHS;
9449 ALHS, RHSPred, RHSOp0, RHSOp1,
DL, LHSIsTrue,
Depth + 1))
9452 ARHS, RHSPred, RHSOp0, RHSOp1,
DL, LHSIsTrue,
Depth + 1))
9454 return std::nullopt;
9456 return std::nullopt;
9465 return std::nullopt;
9470 return std::nullopt;
9473 "Expected integer type only!");
9477 LHSIsTrue = !LHSIsTrue;
9480 if (
const auto *LHSCmp = dyn_cast<ICmpInst>(
LHS))
9482 LHSCmp->getOperand(1), RHSPred, RHSOp0, RHSOp1,
9487 ConstantInt::get(V->getType(), 0), RHSPred,
9488 RHSOp0, RHSOp1,
DL, LHSIsTrue);
9494 if ((LHSI->getOpcode() == Instruction::And ||
9495 LHSI->getOpcode() == Instruction::Or ||
9496 LHSI->getOpcode() == Instruction::Select))
9500 return std::nullopt;
9505 bool LHSIsTrue,
unsigned Depth) {
9511 bool InvertRHS =
false;
9518 if (
const ICmpInst *RHSCmp = dyn_cast<ICmpInst>(
RHS)) {
9520 LHS, RHSCmp->getCmpPredicate(), RHSCmp->getOperand(0),
9521 RHSCmp->getOperand(1),
DL, LHSIsTrue,
Depth))
9522 return InvertRHS ? !*Implied : *Implied;
9523 return std::nullopt;
9529 ConstantInt::get(V->getType(), 0),
DL,
9531 return InvertRHS ? !*Implied : *Implied;
9532 return std::nullopt;
9536 return std::nullopt;
9540 const Value *RHS1, *RHS2;
9542 if (std::optional<bool> Imp =
9546 if (std::optional<bool> Imp =
9552 if (std::optional<bool> Imp =
9556 if (std::optional<bool> Imp =
9562 return std::nullopt;
9567static std::pair<Value *, bool>
9569 if (!ContextI || !ContextI->
getParent())
9570 return {
nullptr,
false};
9577 return {
nullptr,
false};
9583 return {
nullptr,
false};
9586 if (TrueBB == FalseBB)
9587 return {
nullptr,
false};
9589 assert((TrueBB == ContextBB || FalseBB == ContextBB) &&
9590 "Predecessor block does not point to successor?");
9593 return {PredCond, TrueBB == ContextBB};
9599 assert(
Cond->getType()->isIntOrIntVectorTy(1) &&
"Condition must be bool");
9603 return std::nullopt;
9615 return std::nullopt;
9620 bool PreferSignedRange) {
9621 unsigned Width =
Lower.getBitWidth();
9624 case Instruction::Sub:
9634 if (PreferSignedRange && HasNSW && HasNUW)
9640 }
else if (HasNSW) {
9641 if (
C->isNegative()) {
9654 case Instruction::Add:
9663 if (PreferSignedRange && HasNSW && HasNUW)
9669 }
else if (HasNSW) {
9670 if (
C->isNegative()) {
9683 case Instruction::And:
9694 case Instruction::Or:
9700 case Instruction::AShr:
9706 unsigned ShiftAmount = Width - 1;
9707 if (!
C->isZero() && IIQ.
isExact(&BO))
9708 ShiftAmount =
C->countr_zero();
9709 if (
C->isNegative()) {
9712 Upper =
C->ashr(ShiftAmount) + 1;
9715 Lower =
C->ashr(ShiftAmount);
9721 case Instruction::LShr:
9727 unsigned ShiftAmount = Width - 1;
9728 if (!
C->isZero() && IIQ.
isExact(&BO))
9729 ShiftAmount =
C->countr_zero();
9730 Lower =
C->lshr(ShiftAmount);
9735 case Instruction::Shl:
9742 if (
C->isNegative()) {
9744 unsigned ShiftAmount =
C->countl_one() - 1;
9745 Lower =
C->shl(ShiftAmount);
9749 unsigned ShiftAmount =
C->countl_zero() - 1;
9751 Upper =
C->shl(ShiftAmount) + 1;
9770 case Instruction::SDiv:
9774 if (
C->isAllOnes()) {
9779 }
else if (
C->countl_zero() < Width - 1) {
9790 if (
C->isMinSignedValue()) {
9802 case Instruction::UDiv:
9812 case Instruction::SRem:
9818 if (
C->isNegative()) {
9829 case Instruction::URem:
9844 bool UseInstrInfo) {
9845 unsigned Width =
II.getType()->getScalarSizeInBits();
9847 switch (
II.getIntrinsicID()) {
9848 case Intrinsic::ctlz:
9849 case Intrinsic::cttz: {
9851 if (!UseInstrInfo || !
match(
II.getArgOperand(1),
m_One()))
9856 case Intrinsic::ctpop:
9859 APInt(Width, Width) + 1);
9860 case Intrinsic::uadd_sat:
9866 case Intrinsic::sadd_sat:
9869 if (
C->isNegative())
9880 case Intrinsic::usub_sat:
9890 case Intrinsic::ssub_sat:
9892 if (
C->isNegative())
9902 if (
C->isNegative())
9913 case Intrinsic::umin:
9914 case Intrinsic::umax:
9915 case Intrinsic::smin:
9916 case Intrinsic::smax:
9921 switch (
II.getIntrinsicID()) {
9922 case Intrinsic::umin:
9924 case Intrinsic::umax:
9926 case Intrinsic::smin:
9929 case Intrinsic::smax:
9936 case Intrinsic::abs:
9945 case Intrinsic::vscale:
9946 if (!
II.getParent() || !
II.getFunction())
9953 return ConstantRange::getFull(Width);
9958 unsigned BitWidth = SI.getType()->getScalarSizeInBits();
9962 return ConstantRange::getFull(
BitWidth);
9964 if (R.Flavor == SelectPatternFlavor::SPF_ABS) {
9977 if (R.Flavor == SelectPatternFlavor::SPF_NABS) {
9985 return ConstantRange::getFull(
BitWidth);
9999 return ConstantRange::getFull(
BitWidth);
10006 unsigned BitWidth =
I->getType()->getScalarSizeInBits();
10007 if (!
I->getOperand(0)->getType()->getScalarType()->isHalfTy())
10009 if (isa<FPToSIInst>(
I) &&
BitWidth >= 17) {
10014 if (isa<FPToUIInst>(
I) &&
BitWidth >= 16) {
10025 assert(V->getType()->isIntOrIntVectorTy() &&
"Expected integer instruction");
10028 return ConstantRange::getFull(V->getType()->getScalarSizeInBits());
10030 if (
auto *
C = dyn_cast<Constant>(V))
10031 return C->toConstantRange();
10033 unsigned BitWidth = V->getType()->getScalarSizeInBits();
10036 if (
auto *BO = dyn_cast<BinaryOperator>(V)) {
10042 }
else if (
auto *
II = dyn_cast<IntrinsicInst>(V))
10044 else if (
auto *SI = dyn_cast<SelectInst>(V)) {
10046 SI->getTrueValue(), ForSigned, UseInstrInfo, AC, CtxI, DT,
Depth + 1);
10048 SI->getFalseValue(), ForSigned, UseInstrInfo, AC, CtxI, DT,
Depth + 1);
10051 }
else if (isa<FPToUIInst>(V) || isa<FPToSIInst>(V)) {
10057 }
else if (
const auto *
A = dyn_cast<Argument>(V))
10058 if (std::optional<ConstantRange>
Range =
A->getRange())
10061 if (
auto *
I = dyn_cast<Instruction>(V)) {
10065 if (
const auto *CB = dyn_cast<CallBase>(V))
10066 if (std::optional<ConstantRange>
Range = CB->getRange())
10075 CallInst *
I = cast<CallInst>(AssumeVH);
10077 "Got assumption for the wrong function!");
10078 assert(
I->getIntrinsicID() == Intrinsic::assume &&
10079 "must be an assume intrinsic");
10083 Value *Arg =
I->getArgOperand(0);
10084 ICmpInst *Cmp = dyn_cast<ICmpInst>(Arg);
10086 if (!Cmp || Cmp->getOperand(0) != V)
10091 UseInstrInfo, AC,
I, DT,
Depth + 1);
10104 if (isa<Argument>(V) || isa<GlobalValue>(V)) {
10106 }
else if (
auto *
I = dyn_cast<Instruction>(V)) {
10112 if (isa<Instruction>(
Op) || isa<Argument>(
Op))
10113 InsertAffected(
Op);
10120 auto AddAffected = [&InsertAffected](
Value *V) {
10135 while (!Worklist.
empty()) {
10137 if (!Visited.
insert(V).second)
10178 AddCmpOperands(
A,
B);
10185 if (ICmpInst::isUnsigned(Pred)) {
10212 if (HasRHSC &&
match(
A, m_Intrinsic<Intrinsic::ctpop>(
m_Value(
X))))
10215 AddCmpOperands(
A,
B);
10225 }
else if (
match(V, m_Intrinsic<Intrinsic::is_fpclass>(
m_Value(
A),
10242 if (
const auto *BO = dyn_cast<BinaryOperator>(V)) {
10243 if (BO->getOpcode() == Instruction::Add ||
10244 BO->getOpcode() == Instruction::Or) {
10246 const APInt *C1, *C2;
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
AMDGPU Register Bank Select
This file declares a class to represent arbitrary precision floating point values and provide a varie...
This file implements a class to represent arbitrary precision integral constant values and operations...
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
Function Alias Analysis Results
This file contains the simple types necessary to represent the attributes associated with functions a...
BlockVerifier::State From
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
static GCRegistry::Add< ErlangGC > A("erlang", "erlang-compatible garbage collector")
static GCRegistry::Add< StatepointGC > D("statepoint-example", "an example strategy for statepoint")
This file contains the declarations for the subclasses of Constant, which represent the different fla...
Returns the sub type a function will return at a given Idx Should correspond to the result type of an ExtractValue instruction executed with just that one unsigned Idx
std::optional< std::vector< StOtherPiece > > Other
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
Utilities for dealing with flags related to floating point properties and mode controls.
static MaybeAlign getAlign(Value *Ptr)
Module.h This file contains the declarations for the Module class.
static bool hasNoUnsignedWrap(BinaryOperator &I)
ConstantRange Range(APInt(BitWidth, Low), APInt(BitWidth, High))
uint64_t IntrinsicInst * II
static GCMetadataPrinterRegistry::Add< OcamlGCMetadataPrinter > Y("ocaml", "ocaml 3.10-compatible collector")
PowerPC Reduce CR logical Operation
const SmallVectorImpl< MachineOperand > & Cond
std::pair< BasicBlock *, BasicBlock * > Edge
This file defines the make_scope_exit function, which executes user-defined cleanup logic at scope ex...
This file defines the SmallPtrSet class.
This file defines the SmallVector class.
static std::optional< unsigned > getOpcode(ArrayRef< VPValue * > Values)
Returns the opcode of Values or ~0 if they do not all agree.
static SmallVector< VPValue *, 4 > getOperands(ArrayRef< VPValue * > Values, unsigned OperandIndex)
static bool getShuffleDemandedElts(const ShuffleVectorInst *Shuf, const APInt &DemandedElts, APInt &DemandedLHS, APInt &DemandedRHS)
static void computeKnownFPClassFromCond(const Value *V, Value *Cond, bool CondIsTrue, const Instruction *CxtI, KnownFPClass &KnownFromContext, unsigned Depth=0)
static bool isPowerOfTwoRecurrence(const PHINode *PN, bool OrZero, SimplifyQuery &Q, unsigned Depth)
Try to detect a recurrence that the value of the induction variable is always a power of two (or zero...
static cl::opt< unsigned > DomConditionsMaxUses("dom-conditions-max-uses", cl::Hidden, cl::init(20))
static unsigned computeNumSignBitsVectorConstant(const Value *V, const APInt &DemandedElts, unsigned TyBits)
For vector constants, loop over the elements and find the constant with the minimum number of sign bi...
static bool isTruePredicate(CmpInst::Predicate Pred, const Value *LHS, const Value *RHS)
Return true if "icmp Pred LHS RHS" is always true.
static bool isModifyingBinopOfNonZero(const Value *V1, const Value *V2, const APInt &DemandedElts, const SimplifyQuery &Q, unsigned Depth)
Return true if V1 == (binop V2, X), where X is known non-zero.
static bool isGEPKnownNonNull(const GEPOperator *GEP, const SimplifyQuery &Q, unsigned Depth)
Test whether a GEP's result is known to be non-null.
static bool isNonEqualShl(const Value *V1, const Value *V2, const APInt &DemandedElts, const SimplifyQuery &Q, unsigned Depth)
Return true if V2 == V1 << C, where V1 is known non-zero, C is not 0 and the shift is nuw or nsw.
static bool isKnownNonNullFromDominatingCondition(const Value *V, const Instruction *CtxI, const DominatorTree *DT)
static const Value * getUnderlyingObjectFromInt(const Value *V)
This is the function that does the work of looking through basic ptrtoint+arithmetic+inttoptr sequenc...
static bool isNonZeroMul(const APInt &DemandedElts, const SimplifyQuery &Q, unsigned BitWidth, Value *X, Value *Y, bool NSW, bool NUW, unsigned Depth)
static bool rangeMetadataExcludesValue(const MDNode *Ranges, const APInt &Value)
Does the 'Range' metadata (which must be a valid MD_range operand list) ensure that the value it's at...
static bool outputDenormalIsIEEEOrPosZero(const Function &F, const Type *Ty)
static KnownBits getKnownBitsFromAndXorOr(const Operator *I, const APInt &DemandedElts, const KnownBits &KnownLHS, const KnownBits &KnownRHS, const SimplifyQuery &Q, unsigned Depth)
static void breakSelfRecursivePHI(const Use *U, const PHINode *PHI, Value *&ValOut, Instruction *&CtxIOut, const PHINode **PhiOut=nullptr)
static bool isNonZeroSub(const APInt &DemandedElts, const SimplifyQuery &Q, unsigned BitWidth, Value *X, Value *Y, unsigned Depth)
static OverflowResult mapOverflowResult(ConstantRange::OverflowResult OR)
Convert ConstantRange OverflowResult into ValueTracking OverflowResult.
static void addValueAffectedByCondition(Value *V, function_ref< void(Value *)> InsertAffected)
static unsigned getBitWidth(Type *Ty, const DataLayout &DL)
Returns the bitwidth of the given scalar or pointer type.
static bool haveNoCommonBitsSetSpecialCases(const Value *LHS, const Value *RHS, const SimplifyQuery &SQ)
static void setLimitsForBinOp(const BinaryOperator &BO, APInt &Lower, APInt &Upper, const InstrInfoQuery &IIQ, bool PreferSignedRange)
static Value * lookThroughCast(CmpInst *CmpI, Value *V1, Value *V2, Instruction::CastOps *CastOp)
Helps to match a select pattern in case of a type mismatch.
static std::pair< Value *, bool > getDomPredecessorCondition(const Instruction *ContextI)
static bool isKnownNonZero(const Value *V, const APInt &DemandedElts, const SimplifyQuery &Q, unsigned Depth)
Return true if the given value is known to be non-zero when defined.
static bool isNonZeroShift(const Operator *I, const APInt &DemandedElts, const SimplifyQuery &Q, const KnownBits &KnownVal, unsigned Depth)
static bool isKnownNonEqualFromContext(const Value *V1, const Value *V2, const SimplifyQuery &Q, unsigned Depth)
static bool includesPoison(UndefPoisonKind Kind)
static SelectPatternResult matchFastFloatClamp(CmpInst::Predicate Pred, Value *CmpLHS, Value *CmpRHS, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS)
Match clamp pattern for float types without care about NaNs or signed zeros.
static std::optional< bool > isImpliedCondICmps(CmpPredicate LPred, const Value *L0, const Value *L1, CmpPredicate RPred, const Value *R0, const Value *R1, const DataLayout &DL, bool LHSIsTrue)
Return true if LHS implies RHS (expanded to its components as "R0 RPred R1") is true.
static bool includesUndef(UndefPoisonKind Kind)
static std::optional< bool > isImpliedCondCommonOperandWithCR(CmpPredicate LPred, const ConstantRange &LCR, CmpPredicate RPred, const ConstantRange &RCR)
Return true if "icmp LPred X, LCR" implies "icmp RPred X, RCR" is true.
static ConstantRange getRangeForSelectPattern(const SelectInst &SI, const InstrInfoQuery &IIQ)
static void computeKnownBitsFromOperator(const Operator *I, const APInt &DemandedElts, KnownBits &Known, const SimplifyQuery &Q, unsigned Depth)
static SelectPatternResult matchSelectPattern(CmpInst::Predicate Pred, FastMathFlags FMF, Value *CmpLHS, Value *CmpRHS, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, unsigned Depth)
static bool isKnownNonEqual(const Value *V1, const Value *V2, const APInt &DemandedElts, const SimplifyQuery &Q, unsigned Depth)
Return true if it is known that V1 != V2.
static uint64_t GetStringLengthH(const Value *V, SmallPtrSetImpl< const PHINode * > &PHIs, unsigned CharSize)
If we can compute the length of the string pointed to by the specified pointer, return 'len+1'.
static void computeKnownBitsFromShiftOperator(const Operator *I, const APInt &DemandedElts, KnownBits &Known, KnownBits &Known2, const SimplifyQuery &Q, unsigned Depth, function_ref< KnownBits(const KnownBits &, const KnownBits &, bool)> KF)
Compute known bits from a shift operator, including those with a non-constant shift amount.
static bool onlyUsedByLifetimeMarkersOrDroppableInstsHelper(const Value *V, bool AllowLifetime, bool AllowDroppable)
static std::optional< bool > isImpliedCondAndOr(const Instruction *LHS, CmpPredicate RHSPred, const Value *RHSOp0, const Value *RHSOp1, const DataLayout &DL, bool LHSIsTrue, unsigned Depth)
Return true if LHS implies RHS is true.
static bool isSignedMinMaxClamp(const Value *Select, const Value *&In, const APInt *&CLow, const APInt *&CHigh)
static bool isNonZeroAdd(const APInt &DemandedElts, const SimplifyQuery &Q, unsigned BitWidth, Value *X, Value *Y, bool NSW, bool NUW, unsigned Depth)
static bool directlyImpliesPoison(const Value *ValAssumedPoison, const Value *V, unsigned Depth)
static bool isNonEqualSelect(const Value *V1, const Value *V2, const APInt &DemandedElts, const SimplifyQuery &Q, unsigned Depth)
static bool matchTwoInputRecurrence(const PHINode *PN, InstTy *&Inst, Value *&Init, Value *&OtherOp)
static bool isNonEqualPHIs(const PHINode *PN1, const PHINode *PN2, const APInt &DemandedElts, const SimplifyQuery &Q, unsigned Depth)
static void computeKnownBitsFromCmp(const Value *V, CmpInst::Predicate Pred, Value *LHS, Value *RHS, KnownBits &Known, const SimplifyQuery &Q)
static SelectPatternResult matchMinMaxOfMinMax(CmpInst::Predicate Pred, Value *CmpLHS, Value *CmpRHS, Value *TVal, Value *FVal, unsigned Depth)
Recognize variations of: a < c ? min(a,b) : min(b,c) ==> min(min(a,b),min(b,c))
static void unionWithMinMaxIntrinsicClamp(const IntrinsicInst *II, KnownBits &Known)
static void setLimitForFPToI(const Instruction *I, APInt &Lower, APInt &Upper)
static bool isSameUnderlyingObjectInLoop(const PHINode *PN, const LoopInfo *LI)
PN defines a loop-variant pointer to an object.
static bool isNonEqualPointersWithRecursiveGEP(const Value *A, const Value *B, const SimplifyQuery &Q)
static bool isSignedMinMaxIntrinsicClamp(const IntrinsicInst *II, const APInt *&CLow, const APInt *&CHigh)
static Value * lookThroughCastConst(CmpInst *CmpI, Type *SrcTy, Constant *C, Instruction::CastOps *CastOp)
static bool handleGuaranteedWellDefinedOps(const Instruction *I, const CallableT &Handle)
Enumerates all operands of I that are guaranteed to not be undef or poison.
static bool isGuaranteedNotToBeUndefOrPoison(const Value *V, AssumptionCache *AC, const Instruction *CtxI, const DominatorTree *DT, unsigned Depth, UndefPoisonKind Kind)
static KnownFPClass computeKnownFPClassFromContext(const Value *V, const SimplifyQuery &Q)
static void computeKnownBitsAddSub(bool Add, const Value *Op0, const Value *Op1, bool NSW, bool NUW, const APInt &DemandedElts, KnownBits &KnownOut, KnownBits &Known2, const SimplifyQuery &Q, unsigned Depth)
static Value * getNotValue(Value *V)
If the input value is the result of a 'not' op, constant integer, or vector splat of a constant integ...
static unsigned ComputeNumSignBitsImpl(const Value *V, const APInt &DemandedElts, const SimplifyQuery &Q, unsigned Depth)
Return the number of times the sign bit of the register is replicated into the other bits.
static void computeKnownBitsFromICmpCond(const Value *V, ICmpInst *Cmp, KnownBits &Known, const SimplifyQuery &SQ, bool Invert)
static bool isKnownNonZeroFromOperator(const Operator *I, const APInt &DemandedElts, const SimplifyQuery &Q, unsigned Depth)
static bool matchOpWithOpEqZero(Value *Op0, Value *Op1)
static bool isNonZeroRecurrence(const PHINode *PN)
Try to detect a recurrence that monotonically increases/decreases from a non-zero starting value.
static bool canCreateUndefOrPoison(const Operator *Op, UndefPoisonKind Kind, bool ConsiderFlagsAndMetadata)
static SelectPatternResult matchClamp(CmpInst::Predicate Pred, Value *CmpLHS, Value *CmpRHS, Value *TrueVal, Value *FalseVal)
Recognize variations of: CLAMP(v,l,h) ==> ((v) < (l) ? (l) : ((v) > (h) ? (h) : (v)))
static bool shiftAmountKnownInRange(const Value *ShiftAmount)
Shifts return poison if shiftwidth is larger than the bitwidth.
static bool isEphemeralValueOf(const Instruction *I, const Value *E)
static bool impliesPoison(const Value *ValAssumedPoison, const Value *V, unsigned Depth)
static SelectPatternResult matchMinMax(CmpInst::Predicate Pred, Value *CmpLHS, Value *CmpRHS, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, unsigned Depth)
Match non-obvious integer minimum and maximum sequences.
static void computeKnownBits(const Value *V, const APInt &DemandedElts, KnownBits &Known, const SimplifyQuery &Q, unsigned Depth)
Determine which bits of V are known to be either zero or one and return them in the Known bit set.
static OverflowResult computeOverflowForSignedAdd(const WithCache< const Value * > &LHS, const WithCache< const Value * > &RHS, const AddOperator *Add, const SimplifyQuery &SQ)
void computeKnownFPClass(const Value *V, const APInt &DemandedElts, FPClassTest InterestedClasses, KnownFPClass &Known, const SimplifyQuery &Q, unsigned Depth)
static KnownBits computeKnownBitsForHorizontalOperation(const Operator *I, const APInt &DemandedElts, const SimplifyQuery &Q, unsigned Depth, const function_ref< KnownBits(const KnownBits &, const KnownBits &)> KnownBitsFunc)
static bool handleGuaranteedNonPoisonOps(const Instruction *I, const CallableT &Handle)
Enumerates all operands of I that are guaranteed to not be poison.
static std::optional< std::pair< Value *, Value * > > getInvertibleOperands(const Operator *Op1, const Operator *Op2)
If the pair of operators are the same invertible function, return the the operands of the function co...
static bool cmpExcludesZero(CmpInst::Predicate Pred, const Value *RHS)
static void computeKnownBitsFromCond(const Value *V, Value *Cond, KnownBits &Known, const SimplifyQuery &SQ, bool Invert, unsigned Depth)
static bool isKnownNonZeroFromAssume(const Value *V, const SimplifyQuery &Q)
static std::optional< bool > isImpliedCondOperands(CmpInst::Predicate Pred, const Value *ALHS, const Value *ARHS, const Value *BLHS, const Value *BRHS)
Return true if "icmp Pred BLHS BRHS" is true whenever "icmp Pred ALHS ARHS" is true.
static bool programUndefinedIfUndefOrPoison(const Value *V, bool PoisonOnly)
static const Instruction * safeCxtI(const Value *V, const Instruction *CxtI)
static bool isNonEqualMul(const Value *V1, const Value *V2, const APInt &DemandedElts, const SimplifyQuery &Q, unsigned Depth)
Return true if V2 == V1 * C, where V1 is known non-zero, C is not 0/1 and the multiplication is nuw o...
static bool isImpliedToBeAPowerOfTwoFromCond(const Value *V, bool OrZero, const Value *Cond, bool CondIsTrue)
Return true if we can infer that V is known to be a power of 2 from dominating condition Cond (e....
static void computeKnownBitsMul(const Value *Op0, const Value *Op1, bool NSW, bool NUW, const APInt &DemandedElts, KnownBits &Known, KnownBits &Known2, const SimplifyQuery &Q, unsigned Depth)
static unsigned ComputeNumSignBits(const Value *V, const APInt &DemandedElts, const SimplifyQuery &Q, unsigned Depth)
static bool isKnownNonNaN(const Value *V, FastMathFlags FMF)
static ConstantRange getRangeForIntrinsic(const IntrinsicInst &II, bool UseInstrInfo)
static void computeKnownFPClassForFPTrunc(const Operator *Op, const APInt &DemandedElts, FPClassTest InterestedClasses, KnownFPClass &Known, const SimplifyQuery &Q, unsigned Depth)
static Value * BuildSubAggregate(Value *From, Value *To, Type *IndexedType, SmallVectorImpl< unsigned > &Idxs, unsigned IdxSkip, BasicBlock::iterator InsertBefore)
APInt bitcastToAPInt() const
static APFloat getLargest(const fltSemantics &Sem, bool Negative=false)
Returns the largest finite number in the given semantics.
static APFloat getInf(const fltSemantics &Sem, bool Negative=false)
Factory for Positive and Negative Infinity.
static APFloat getZero(const fltSemantics &Sem, bool Negative=false)
Factory for Positive and Negative Zero.
Class for arbitrary precision integers.
LLVM_ABI APInt udiv(const APInt &RHS) const
Unsigned division operation.
static APInt getAllOnes(unsigned numBits)
Return an APInt of a specified width with all bits set.
void clearBit(unsigned BitPosition)
Set a given bit to 0.
bool isMinSignedValue() const
Determine if this is the smallest signed value.
uint64_t getZExtValue() const
Get zero extended value.
void setHighBits(unsigned hiBits)
Set the top hiBits bits.
unsigned popcount() const
Count the number of bits set.
void setBitsFrom(unsigned loBit)
Set the top bits starting from loBit.
LLVM_ABI APInt zextOrTrunc(unsigned width) const
Zero extend or truncate to width.
static APInt getMaxValue(unsigned numBits)
Gets maximum unsigned value of APInt for specific bit width.
void setBit(unsigned BitPosition)
Set the given bit to 1 whose position is given as "bitPosition".
unsigned ceilLogBase2() const
bool sgt(const APInt &RHS) const
Signed greater than comparison.
bool isAllOnes() const
Determine if all bits are set. This is true for zero-width values.
bool ugt(const APInt &RHS) const
Unsigned greater than comparison.
bool isZero() const
Determine if this value is zero, i.e. all bits are clear.
LLVM_ABI APInt urem(const APInt &RHS) const
Unsigned remainder operation.
unsigned getBitWidth() const
Return the number of bits in the APInt.
bool ult(const APInt &RHS) const
Unsigned less than comparison.
static APInt getSignedMaxValue(unsigned numBits)
Gets maximum signed value of APInt for a specific bit width.
static APInt getMinValue(unsigned numBits)
Gets minimum unsigned value of APInt for a specific bit width.
bool isNegative() const
Determine sign of this APInt.
bool intersects(const APInt &RHS) const
This operation tests if there are any pairs of corresponding bits between this APInt and RHS that are...
LLVM_ABI APInt sdiv(const APInt &RHS) const
Signed division function for APInt.
void clearAllBits()
Set every bit to 0.
LLVM_ABI APInt reverseBits() const
bool sle(const APInt &RHS) const
Signed less or equal comparison.
unsigned getNumSignBits() const
Computes the number of leading bits of this APInt that are equal to its sign bit.
static APInt getSignedMinValue(unsigned numBits)
Gets minimum signed value of APInt for a specific bit width.
LLVM_ABI APInt sextOrTrunc(unsigned width) const
Sign extend or truncate to width.
bool isStrictlyPositive() const
Determine if this APInt Value is positive.
unsigned logBase2() const
APInt ashr(unsigned ShiftAmt) const
Arithmetic right-shift function.
void setAllBits()
Set every bit to 1.
bool getBoolValue() const
Convert APInt to a boolean value.
bool isMaxSignedValue() const
Determine if this is the largest signed value.
bool isNonNegative() const
Determine if this APInt Value is non-negative (>= 0)
bool ule(const APInt &RHS) const
Unsigned less or equal comparison.
APInt shl(unsigned shiftAmt) const
Left-shift function.
bool slt(const APInt &RHS) const
Signed less than comparison.
static APInt getHighBitsSet(unsigned numBits, unsigned hiBitsSet)
Constructs an APInt value that has the top hiBitsSet bits set.
static APInt getZero(unsigned numBits)
Get the '0' value for the specified bit-width.
void setLowBits(unsigned loBits)
Set the bottom loBits bits.
bool sge(const APInt &RHS) const
Signed greater or equal comparison.
static APInt getBitsSetFrom(unsigned numBits, unsigned loBit)
Constructs an APInt value that has a contiguous range of bits set.
static APInt getOneBitSet(unsigned numBits, unsigned BitNo)
Return an APInt with exactly one bit set in the result.
APInt lshr(unsigned shiftAmt) const
Logical right-shift function.
bool uge(const APInt &RHS) const
Unsigned greater or equal comparison.
void clearSignBit()
Set the sign bit to 0.
an instruction to allocate memory on the stack
This class represents an incoming formal argument to a Function.
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
size_t size() const
size - Get the array size.
bool empty() const
empty - Check if the array is empty.
ArrayRef< T > slice(size_t N, size_t M) const
slice(n, m) - Chop off the first N elements of the array, and keep M elements in the array.
Class to represent array types.
This represents the llvm.assume intrinsic.
A cache of @llvm.assume calls within a function.
MutableArrayRef< ResultElem > assumptionsFor(const Value *V)
Access the list of assumptions which affect this value.
LLVM_ABI std::optional< unsigned > getVScaleRangeMax() const
Returns the maximum value for the vscale_range attribute or std::nullopt when unknown.
LLVM_ABI unsigned getVScaleRangeMin() const
Returns the minimum value for the vscale_range attribute.
bool isValid() const
Return true if the attribute is any kind of attribute.
LLVM_ABI bool isSingleEdge() const
Check if this is the only edge between Start and End.
LLVM Basic Block Representation.
iterator begin()
Instruction iterator methods.
LLVM_ABI InstListType::const_iterator getFirstNonPHIIt() const
Returns an iterator to the first instruction in this block that is not a PHINode instruction.
InstListType::const_iterator const_iterator
LLVM_ABI const BasicBlock * getSinglePredecessor() const
Return the predecessor of this block if it has a single predecessor block.
LLVM_ABI const BasicBlock * getSingleSuccessor() const
Return the successor of this block if it has a single successor.
const Function * getParent() const
Return the enclosing method, or null if none.
InstListType::iterator iterator
Instruction iterators...
const Instruction * getTerminator() const LLVM_READONLY
Returns the terminator instruction if the block is well formed or null if the block is not well forme...
LLVM_ABI Instruction::BinaryOps getBinaryOp() const
Returns the binary operation underlying the intrinsic.
BinaryOps getOpcode() const
Conditional or Unconditional Branch instruction.
Base class for all callable instructions (InvokeInst and CallInst) Holds everything related to callin...
Function * getCalledFunction() const
Returns the function called, or null if this is an indirect function invocation or the function signa...
LLVM_ABI bool paramHasAttr(unsigned ArgNo, Attribute::AttrKind Kind) const
Determine whether the argument or parameter has the given attribute.
LLVM_ABI bool isIndirectCall() const
Return true if the callsite is an indirect call.
bool onlyReadsMemory(unsigned OpNo) const
Value * getCalledOperand() const
Value * getArgOperand(unsigned i) const
unsigned arg_size() const
This class represents a function call, abstracting a target machine's calling convention.
This is the base class for all instructions that perform data casts.
This class is the base class for the comparison instructions.
Predicate
This enumeration lists the possible predicates for CmpInst subclasses.
@ ICMP_SLT
signed less than
@ ICMP_SLE
signed less or equal
@ FCMP_OLT
0 1 0 0 True if ordered and less than
@ FCMP_ULE
1 1 0 1 True if unordered, less than, or equal
@ FCMP_OGT
0 0 1 0 True if ordered and greater than
@ FCMP_OGE
0 0 1 1 True if ordered and greater than or equal
@ ICMP_UGE
unsigned greater or equal
@ ICMP_UGT
unsigned greater than
@ ICMP_SGT
signed greater than
@ FCMP_ULT
1 1 0 0 True if unordered or less than
@ ICMP_ULT
unsigned less than
@ FCMP_UGT
1 0 1 0 True if unordered or greater than
@ FCMP_OLE
0 1 0 1 True if ordered and less than or equal
@ ICMP_SGE
signed greater or equal
@ ICMP_ULE
unsigned less or equal
@ FCMP_UGE
1 0 1 1 True if unordered, greater than, or equal
static LLVM_ABI bool isEquality(Predicate pred)
Determine if this is an equals/not equals predicate.
Predicate getSwappedPredicate() const
For example, EQ->EQ, SLE->SGE, ULT->UGT, OEQ->OEQ, ULE->UGE, OLT->OGT, etc.
bool isFPPredicate() const
Predicate getInversePredicate() const
For example, EQ -> NE, UGT -> ULE, SLT -> SGE, OEQ -> UNE, UGT -> OLE, OLT -> UGE,...
Predicate getPredicate() const
Return the predicate for this instruction.
Predicate getFlippedStrictnessPredicate() const
For predicate of kind "is X or equal to 0" returns the predicate "is X".
bool isIntPredicate() const
static LLVM_ABI bool isOrdered(Predicate predicate)
Determine if the predicate is an ordered operation.
An abstraction over a floating-point predicate, and a pack of an integer predicate with samesign info...
static LLVM_ABI std::optional< CmpPredicate > getMatching(CmpPredicate A, CmpPredicate B)
Compares two CmpPredicates taking samesign into account and returns the canonicalized CmpPredicate if...
LLVM_ABI CmpInst::Predicate getPreferredSignedPredicate() const
Attempts to return a signed CmpInst::Predicate from the CmpPredicate.
CmpInst::Predicate dropSameSign() const
Drops samesign information.
bool hasSameSign() const
Query samesign information, for optimizations.
An array constant whose element type is a simple 1/2/4/8-byte integer or float/double,...
ConstantDataSequential - A vector or array constant whose element type is a simple 1/2/4/8-byte integ...
LLVM_ABI uint64_t getElementAsInteger(uint64_t i) const
If this is a sequential container of integers (of any size), return the specified element in the low ...
StringRef getAsString() const
If this array is isString(), then this method returns the array as a StringRef.
A vector constant whose element type is a simple 1/2/4/8-byte integer or float/double,...
static LLVM_ABI Constant * getAdd(Constant *C1, Constant *C2, bool HasNUW=false, bool HasNSW=false)
static LLVM_ABI Constant * getBitCast(Constant *C, Type *Ty, bool OnlyIfReduced=false)
static LLVM_ABI Constant * getTrunc(Constant *C, Type *Ty, bool OnlyIfReduced=false)
ConstantFP - Floating Point Values [float, double].
This is the shared class of boolean and integer constants.
static LLVM_ABI ConstantInt * getTrue(LLVMContext &Context)
uint64_t getZExtValue() const
Return the constant as a 64-bit unsigned integer value after it has been zero extended as appropriate...
This class represents a range of values.
PreferredRangeType
If represented precisely, the result of some range operations may consist of multiple disjoint ranges...
const APInt * getSingleElement() const
If this set contains a single element, return it, otherwise return null.
static LLVM_ABI ConstantRange fromKnownBits(const KnownBits &Known, bool IsSigned)
Initialize a range based on a known bits constraint.
LLVM_ABI OverflowResult unsignedSubMayOverflow(const ConstantRange &Other) const
Return whether unsigned sub of the two ranges always/never overflows.
LLVM_ABI bool isAllNegative() const
Return true if all values in this range are negative.
LLVM_ABI OverflowResult unsignedAddMayOverflow(const ConstantRange &Other) const
Return whether unsigned add of the two ranges always/never overflows.
LLVM_ABI KnownBits toKnownBits() const
Return known bits for values in this range.
LLVM_ABI APInt getUnsignedMin() const
Return the smallest unsigned value contained in the ConstantRange.
LLVM_ABI bool icmp(CmpInst::Predicate Pred, const ConstantRange &Other) const
Does the predicate Pred hold between ranges this and Other? NOTE: false does not mean that inverse pr...
LLVM_ABI APInt getSignedMin() const
Return the smallest signed value contained in the ConstantRange.
LLVM_ABI OverflowResult unsignedMulMayOverflow(const ConstantRange &Other) const
Return whether unsigned mul of the two ranges always/never overflows.
LLVM_ABI bool isAllNonNegative() const
Return true if all values in this range are non-negative.
static LLVM_ABI ConstantRange makeAllowedICmpRegion(CmpInst::Predicate Pred, const ConstantRange &Other)
Produce the smallest range such that all values that may satisfy the given predicate with any value c...
LLVM_ABI ConstantRange unionWith(const ConstantRange &CR, PreferredRangeType Type=Smallest) const
Return the range that results from the union of this range with another range.
static LLVM_ABI ConstantRange makeExactICmpRegion(CmpInst::Predicate Pred, const APInt &Other)
Produce the exact range such that all values in the returned range satisfy the given predicate with a...
LLVM_ABI bool contains(const APInt &Val) const
Return true if the specified value is in the set.
LLVM_ABI OverflowResult signedAddMayOverflow(const ConstantRange &Other) const
Return whether signed add of the two ranges always/never overflows.
LLVM_ABI APInt getUnsignedMax() const
Return the largest unsigned value contained in the ConstantRange.
LLVM_ABI ConstantRange intersectWith(const ConstantRange &CR, PreferredRangeType Type=Smallest) const
Return the range that results from the intersection of this range with another range.
OverflowResult
Represents whether an operation on the given constant range is known to always or never overflow.
static ConstantRange getNonEmpty(APInt Lower, APInt Upper)
Create non-empty constant range with the given bounds.
uint32_t getBitWidth() const
Get the bit width of this ConstantRange.
LLVM_ABI OverflowResult signedSubMayOverflow(const ConstantRange &Other) const
Return whether signed sub of the two ranges always/never overflows.
LLVM_ABI ConstantRange sub(const ConstantRange &Other) const
Return a new range representing the possible values resulting from a subtraction of a value in this r...
This is an important base class in LLVM.
static LLVM_ABI Constant * replaceUndefsWith(Constant *C, Constant *Replacement)
Try to replace undefined constant C or undefined elements in C with Replacement.
LLVM_ABI Constant * getSplatValue(bool AllowPoison=false) const
If all elements of the vector constant have the same value, return that value.
static LLVM_ABI Constant * getNullValue(Type *Ty)
Constructor to create a '0' constant of arbitrary type.
LLVM_ABI Constant * getAggregateElement(unsigned Elt) const
For aggregates (struct/array/vector) return the constant that corresponds to the specified element if...
LLVM_ABI bool isZeroValue() const
Return true if the value is negative zero or null value.
LLVM_ABI bool isNullValue() const
Return true if this is the value that would be returned by getNullValue.
This class represents an Operation in the Expression.
A parsed version of the target data layout string in and methods for querying it.
bool isLittleEndian() const
Layout endianness...
LLVM_ABI const StructLayout * getStructLayout(StructType *Ty) const
Returns a StructLayout object, indicating the alignment of the struct, its size, and the offsets of i...
LLVM_ABI unsigned getIndexTypeSizeInBits(Type *Ty) const
The size in bits of the index used in GEP calculation for this type.
LLVM_ABI unsigned getPointerTypeSizeInBits(Type *) const
The pointer representation size in bits for this type.
TypeSize getTypeSizeInBits(Type *Ty) const
Size examples:
ArrayRef< BranchInst * > conditionsFor(const Value *V) const
Access the list of branches which affect this value.
DomTreeNodeBase * getIDom() const
DomTreeNodeBase< NodeT > * getNode(const NodeT *BB) const
getNode - return the (Post)DominatorTree node for the specified basic block.
Concrete subclass of DominatorTreeBase that is used to compute a normal dominator tree.
LLVM_ABI bool dominates(const BasicBlock *BB, const Use &U) const
Return true if the (end of the) basic block BB dominates the use U.
Utility class for floating point operations which can have information about relaxed accuracy require...
Convenience struct for specifying and reasoning about fast-math flags.
bool noSignedZeros() const
void setNoSignedZeros(bool B=true)
void setNoNaNs(bool B=true)
const BasicBlock & getEntryBlock() const
DenormalMode getDenormalMode(const fltSemantics &FPType) const
Returns the denormal handling type for the default rounding mode of the function.
an instruction for type-safe pointer arithmetic to access elements of arrays and structs
LLVM_ABI const DataLayout & getDataLayout() const
Get the data layout of the module this global belongs to.
Type * getValueType() const
const Constant * getInitializer() const
getInitializer - Return the initializer for this global variable.
bool isConstant() const
If the value is a global constant, its value is immutable throughout the runtime execution of the pro...
bool hasDefinitiveInitializer() const
hasDefinitiveInitializer - Whether the global variable has an initializer, and any other instances of...
This instruction compares its operands according to the predicate given to the constructor.
CmpPredicate getSwappedCmpPredicate() const
CmpPredicate getInverseCmpPredicate() const
Predicate getFlippedSignednessPredicate() const
For example, SLT->ULT, ULT->SLT, SLE->ULE, ULE->SLE, EQ->EQ.
bool isEquality() const
Return true if this predicate is either EQ or NE.
static LLVM_ABI std::optional< bool > isImpliedByMatchingCmp(CmpPredicate Pred1, CmpPredicate Pred2)
Determine if Pred1 implies Pred2 is true, false, or if nothing can be inferred about the implication,...
bool isRelational() const
Return true if the predicate is relational (not EQ or NE).
Predicate getUnsignedPredicate() const
For example, EQ->EQ, SLE->ULE, UGT->UGT, etc.
This instruction inserts a struct field of array element value into an aggregate value.
Value * getAggregateOperand()
static InsertValueInst * Create(Value *Agg, Value *Val, ArrayRef< unsigned > Idxs, const Twine &NameStr="", InsertPosition InsertBefore=nullptr)
LLVM_ABI bool hasNoNaNs() const LLVM_READONLY
Determine whether the no-NaNs flag is set.
LLVM_ABI bool hasNoUnsignedWrap() const LLVM_READONLY
Determine whether the no unsigned wrap flag is set.
LLVM_ABI bool hasNoSignedWrap() const LLVM_READONLY
Determine whether the no signed wrap flag is set.
LLVM_ABI InstListType::iterator eraseFromParent()
This method unlinks 'this' from the containing basic block and deletes it.
LLVM_ABI bool isExact() const LLVM_READONLY
Determine whether the exact flag is set.
LLVM_ABI const Function * getFunction() const
Return the function this instruction belongs to.
LLVM_ABI bool comesBefore(const Instruction *Other) const
Given an instruction Other in the same basic block as this instruction, return true if this instructi...
unsigned getOpcode() const
Returns a member of one of the enums like Instruction::Add.
LLVM_ABI const DataLayout & getDataLayout() const
Get the data layout of the module this instruction belongs to.
A wrapper class for inspecting calls to intrinsic functions.
This is an important class for using LLVM in a threaded context.
An instruction for reading from memory.
Value * getPointerOperand()
Align getAlign() const
Return the alignment of the access that is being performed.
bool isLoopHeader(const BlockT *BB) const
LoopT * getLoopFor(const BlockT *BB) const
Return the inner most loop that BB lives in.
Represents a single loop in the control flow graph.
This is a utility class that provides an abstraction for the common functionality between Instruction...
unsigned getOpcode() const
Return the opcode for this Instruction or ConstantExpr.
Utility class for integer operators which may exhibit overflow - Add, Sub, Mul, and Shl.
iterator_range< const_block_iterator > blocks() const
Value * getIncomingValueForBlock(const BasicBlock *BB) const
BasicBlock * getIncomingBlock(unsigned i) const
Return incoming basic block number i.
Value * getIncomingValue(unsigned i) const
Return incoming value number x.
unsigned getNumIncomingValues() const
Return the number of incoming edges.
static LLVM_ABI PoisonValue * get(Type *T)
Static factory methods - Return an 'poison' object of the specified type.
A udiv, sdiv, lshr, or ashr instruction, which can be marked as "exact", indicating that no bits are ...
bool isExact() const
Test whether this division is known to be exact, with zero remainder.
This class represents the LLVM 'select' instruction.
const Value * getFalseValue() const
const Value * getCondition() const
const Value * getTrueValue() const
This instruction constructs a fixed permutation of two input vectors.
VectorType * getType() const
Overload to return most specific vector type.
static LLVM_ABI void getShuffleMask(const Constant *Mask, SmallVectorImpl< int > &Result)
Convert the input shuffle mask operand to a vector of integers.
A templated base class for SmallPtrSet which provides the typesafe interface that is common across al...
size_type count(ConstPtrType Ptr) const
count - Return 1 if the specified pointer is in the set, 0 otherwise.
std::pair< iterator, bool > insert(PtrType Ptr)
Inserts Ptr if and only if there is no element in the container equal to Ptr.
SmallPtrSet - This class implements a set which is optimized for holding SmallSize or less elements.
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
void reserve(size_type N)
void append(ItTy in_start, ItTy in_end)
Add the specified range to the end of the SmallVector.
void push_back(const T &Elt)
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
StringRef - Represent a constant reference to a string, i.e.
Used to lazily calculate structure layout information for a target machine, based on the DataLayout s...
TypeSize getElementOffset(unsigned Idx) const
Class to represent struct types.
unsigned getNumElements() const
Random access to the elements.
Type * getElementType(unsigned N) const
Provides information about what library functions are available for the current target.
bool getLibFunc(StringRef funcName, LibFunc &F) const
Searches for a particular function name.
The instances of the Type class are immutable: once they are created, they are never changed.
bool isVectorTy() const
True if this is an instance of VectorType.
bool isIntOrIntVectorTy() const
Return true if this is an integer type or a vector of integer types.
static LLVM_ABI IntegerType * getInt8Ty(LLVMContext &C)
bool isPointerTy() const
True if this is an instance of PointerType.
static LLVM_ABI IntegerType * getInt32Ty(LLVMContext &C)
static LLVM_ABI IntegerType * getIntNTy(LLVMContext &C, unsigned N)
static LLVM_ABI IntegerType * getInt64Ty(LLVMContext &C)
bool isSized(SmallPtrSetImpl< Type * > *Visited=nullptr) const
Return true if it makes sense to take the size of this type.
bool isPtrOrPtrVectorTy() const
Return true if this is a pointer type or a vector of pointer types.
bool isIntOrPtrTy() const
Return true if this is an integer type or a pointer type.
static LLVM_ABI IntegerType * getInt16Ty(LLVMContext &C)
LLVM_ABI const fltSemantics & getFltSemantics() const
LLVM_ABI unsigned getScalarSizeInBits() const LLVM_READONLY
If this is a vector type, return the getPrimitiveSizeInBits value for the element type.
bool isIntegerTy() const
True if this is an instance of IntegerType.
bool isIEEELikeFPTy() const
Return true if this is a well-behaved IEEE-like type, which has a IEEE compatible layout,...
LLVM_ABI unsigned getIntegerBitWidth() const
LLVM_ABI uint64_t getArrayNumElements() const
Type * getScalarType() const
If this is a vector type, return the element type, otherwise return 'this'.
static LLVM_ABI UndefValue * get(Type *T)
Static factory methods - Return an 'undef' object of the specified type.
A Use represents the edge between a Value definition and its users.
User * getUser() const
Returns the User that contains this Use.
LLVM_ABI unsigned getOperandNo() const
Return the operand # of this use in its User.
Value * getOperand(unsigned i) const
unsigned getNumOperands() const
LLVM Value Representation.
Type * getType() const
All values are typed, get the type of this value.
const Value * stripAndAccumulateInBoundsConstantOffsets(const DataLayout &DL, APInt &Offset) const
This is a wrapper around stripAndAccumulateConstantOffsets with the in-bounds requirement set to fals...
iterator_range< user_iterator > users()
const KnownBits & getKnownBits(const SimplifyQuery &Q) const
PointerType getValue() const
Represents an op.with.overflow intrinsic.
constexpr ScalarTy getFixedValue() const
constexpr bool isScalable() const
Returns whether the quantity is scaled by a runtime quantity (vscale).
constexpr ScalarTy getKnownMinValue() const
Returns the minimum value this quantity can represent.
An efficient, type-erasing, non-owning reference to a callable.
StructType * getStructTypeOrNull() const
TypeSize getSequentialElementStride(const DataLayout &DL) const
Type * getIndexedType() const
const ParentTy * getParent() const
self_iterator getIterator()
A range adaptor for a pair of iterators.
This provides a very simple, boring adaptor for a begin and end iterator into a range type.
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
LLVM_ABI APInt ScaleBitMask(const APInt &A, unsigned NewBitWidth, bool MatchAllBits=false)
Splat/Merge neighboring bits to widen/narrow the bitmask represented by.
@ C
The default llvm calling convention, compatible with C.
SpecificConstantMatch m_ZeroInt()
Convenience matchers for specific integer values.
BinaryOp_match< SpecificConstantMatch, SrcTy, TargetOpcode::G_SUB > m_Neg(const SrcTy &&Src)
Matches a register negated by a G_SUB.
BinaryOp_match< SrcTy, SpecificConstantMatch, TargetOpcode::G_XOR, true > m_Not(const SrcTy &&Src)
Matches a register not-ed by a G_XOR.
OneUse_match< SubPat > m_OneUse(const SubPat &SP)
cst_pred_ty< is_all_ones > m_AllOnes()
Match an integer or vector with all bits set.
cst_pred_ty< is_lowbit_mask > m_LowBitMask()
Match an integer or vector with only the low bit(s) set.
BinaryOp_match< LHS, RHS, Instruction::And > m_And(const LHS &L, const RHS &R)
PtrToIntSameSize_match< OpTy > m_PtrToIntSameSize(const DataLayout &DL, const OpTy &Op)
BinaryOp_match< LHS, RHS, Instruction::Add > m_Add(const LHS &L, const RHS &R)
CmpClass_match< LHS, RHS, FCmpInst > m_FCmp(CmpPredicate &Pred, const LHS &L, const RHS &R)
cst_pred_ty< is_sign_mask > m_SignMask()
Match an integer or vector with only the sign bit(s) set.
OverflowingBinaryOp_match< LHS, RHS, Instruction::Add, OverflowingBinaryOperator::NoUnsignedWrap > m_NUWAdd(const LHS &L, const RHS &R)
cst_pred_ty< is_power2 > m_Power2()
Match an integer or vector power-of-2.
BinaryOp_match< LHS, RHS, Instruction::URem > m_URem(const LHS &L, const RHS &R)
auto m_LogicalOp()
Matches either L && R or L || R where L and R are arbitrary values.
class_match< Constant > m_Constant()
Match an arbitrary Constant and ignore it.
BinaryOp_match< LHS, RHS, Instruction::And, true > m_c_And(const LHS &L, const RHS &R)
Matches an And with LHS and RHS in either order.
cst_pred_ty< is_power2_or_zero > m_Power2OrZero()
Match an integer or vector of 0 or power-of-2 values.
CastInst_match< OpTy, TruncInst > m_Trunc(const OpTy &Op)
Matches Trunc.
OverflowingBinaryOp_match< LHS, RHS, Instruction::Sub, OverflowingBinaryOperator::NoSignedWrap > m_NSWSub(const LHS &L, const RHS &R)
bool match(Val *V, const Pattern &P)
BinOpPred_match< LHS, RHS, is_idiv_op > m_IDiv(const LHS &L, const RHS &R)
Matches integer division operations.
cstfp_pred_ty< is_any_zero_fp > m_AnyZeroFP()
Match a floating-point negative zero or positive zero.
specificval_ty m_Specific(const Value *V)
Match if we have a specific specified value.
BinOpPred_match< LHS, RHS, is_right_shift_op > m_Shr(const LHS &L, const RHS &R)
Matches logical shift operations.
CmpClass_match< LHS, RHS, ICmpInst, true > m_c_ICmp(CmpPredicate &Pred, const LHS &L, const RHS &R)
Matches an ICmp with a predicate over LHS and RHS in either order.
OverflowingBinaryOp_match< LHS, RHS, Instruction::Add, OverflowingBinaryOperator::NoUnsignedWrap, true > m_c_NUWAdd(const LHS &L, const RHS &R)
cst_pred_ty< is_nonnegative > m_NonNegative()
Match an integer or vector of non-negative values.
class_match< ConstantInt > m_ConstantInt()
Match an arbitrary ConstantInt and ignore it.
cst_pred_ty< is_one > m_One()
Match an integer 1 or a vector with all elements equal to 1.
ThreeOps_match< Cond, LHS, RHS, Instruction::Select > m_Select(const Cond &C, const LHS &L, const RHS &R)
Matches SelectInst.
IntrinsicID_match m_VScale()
Matches a call to llvm.vscale().
match_combine_or< MaxMin_match< FCmpInst, LHS, RHS, ofmin_pred_ty >, MaxMin_match< FCmpInst, LHS, RHS, ufmin_pred_ty > > m_OrdOrUnordFMin(const LHS &L, const RHS &R)
Match an 'ordered' or 'unordered' floating point minimum function.
ExtractValue_match< Ind, Val_t > m_ExtractValue(const Val_t &V)
Match a single index ExtractValue instruction.
MaxMin_match< ICmpInst, LHS, RHS, smin_pred_ty > m_SMin(const LHS &L, const RHS &R)
bind_ty< WithOverflowInst > m_WithOverflowInst(WithOverflowInst *&I)
Match a with overflow intrinsic, capturing it if we match.
BinaryOp_match< LHS, RHS, Instruction::Xor, true > m_c_Xor(const LHS &L, const RHS &R)
Matches an Xor with LHS and RHS in either order.
BinaryOp_match< LHS, RHS, Instruction::Mul > m_Mul(const LHS &L, const RHS &R)
deferredval_ty< Value > m_Deferred(Value *const &V)
Like m_Specific(), but works if the specific value to match is determined as part of the same match()...
MaxMin_match< ICmpInst, LHS, RHS, smin_pred_ty, true > m_c_SMin(const LHS &L, const RHS &R)
Matches an SMin with LHS and RHS in either order.
auto m_LogicalOr()
Matches L || R where L and R are arbitrary values.
MaxMin_match< ICmpInst, LHS, RHS, umax_pred_ty, true > m_c_UMax(const LHS &L, const RHS &R)
Matches a UMax with LHS and RHS in either order.
SpecificCmpClass_match< LHS, RHS, ICmpInst > m_SpecificICmp(CmpPredicate MatchPred, const LHS &L, const RHS &R)
CastInst_match< OpTy, ZExtInst > m_ZExt(const OpTy &Op)
Matches ZExt.
BinaryOp_match< LHS, RHS, Instruction::UDiv > m_UDiv(const LHS &L, const RHS &R)
MaxMin_match< ICmpInst, LHS, RHS, umax_pred_ty > m_UMax(const LHS &L, const RHS &R)
brc_match< Cond_t, bind_ty< BasicBlock >, bind_ty< BasicBlock > > m_Br(const Cond_t &C, BasicBlock *&T, BasicBlock *&F)
match_immconstant_ty m_ImmConstant()
Match an arbitrary immediate Constant and ignore it.
NoWrapTrunc_match< OpTy, TruncInst::NoUnsignedWrap > m_NUWTrunc(const OpTy &Op)
Matches trunc nuw.
MaxMin_match< ICmpInst, LHS, RHS, umin_pred_ty, true > m_c_UMin(const LHS &L, const RHS &R)
Matches a UMin with LHS and RHS in either order.
BinaryOp_match< LHS, RHS, Instruction::Add, true > m_c_Add(const LHS &L, const RHS &R)
Matches a Add with LHS and RHS in either order.
match_combine_or< BinaryOp_match< LHS, RHS, Instruction::Add >, DisjointOr_match< LHS, RHS > > m_AddLike(const LHS &L, const RHS &R)
Match either "add" or "or disjoint".
match_combine_or< MaxMin_match< FCmpInst, LHS, RHS, ofmax_pred_ty >, MaxMin_match< FCmpInst, LHS, RHS, ufmax_pred_ty > > m_OrdOrUnordFMax(const LHS &L, const RHS &R)
Match an 'ordered' or 'unordered' floating point maximum function.
MaxMin_match< ICmpInst, LHS, RHS, smax_pred_ty, true > m_c_SMax(const LHS &L, const RHS &R)
Matches an SMax with LHS and RHS in either order.
OverflowingBinaryOp_match< LHS, RHS, Instruction::Sub, OverflowingBinaryOperator::NoUnsignedWrap > m_NUWSub(const LHS &L, const RHS &R)
MaxMin_match< ICmpInst, LHS, RHS, smax_pred_ty > m_SMax(const LHS &L, const RHS &R)
apint_match m_APInt(const APInt *&Res)
Match a ConstantInt or splatted ConstantVector, binding the specified pointer to the contained APInt.
match_combine_or< OverflowingBinaryOp_match< LHS, RHS, Instruction::Add, OverflowingBinaryOperator::NoSignedWrap >, DisjointOr_match< LHS, RHS > > m_NSWAddLike(const LHS &L, const RHS &R)
Match either "add nsw" or "or disjoint".
class_match< Value > m_Value()
Match an arbitrary value and ignore it.
AnyBinaryOp_match< LHS, RHS, true > m_c_BinOp(const LHS &L, const RHS &R)
Matches a BinaryOperator with LHS and RHS in either order.
OverflowingBinaryOp_match< LHS, RHS, Instruction::Add, OverflowingBinaryOperator::NoSignedWrap > m_NSWAdd(const LHS &L, const RHS &R)
BinaryOp_match< LHS, RHS, Instruction::LShr > m_LShr(const LHS &L, const RHS &R)
CmpClass_match< LHS, RHS, ICmpInst > m_ICmp(CmpPredicate &Pred, const LHS &L, const RHS &R)
match_combine_or< CastInst_match< OpTy, ZExtInst >, CastInst_match< OpTy, SExtInst > > m_ZExtOrSExt(const OpTy &Op)
FNeg_match< OpTy > m_FNeg(const OpTy &X)
Match 'fneg X' as 'fsub -0.0, X'.
BinOpPred_match< LHS, RHS, is_shift_op > m_Shift(const LHS &L, const RHS &R)
Matches shift operations.
BinaryOp_match< LHS, RHS, Instruction::Shl > m_Shl(const LHS &L, const RHS &R)
BinOpPred_match< LHS, RHS, is_irem_op > m_IRem(const LHS &L, const RHS &R)
Matches integer remainder operations.
apfloat_match m_APFloat(const APFloat *&Res)
Match a ConstantFP or splatted ConstantVector, binding the specified pointer to the contained APFloat...
auto m_LogicalAnd()
Matches L && R where L and R are arbitrary values.
class_match< BasicBlock > m_BasicBlock()
Match an arbitrary basic block value and ignore it.
BinaryOp_match< LHS, RHS, Instruction::SRem > m_SRem(const LHS &L, const RHS &R)
cst_pred_ty< is_nonpositive > m_NonPositive()
Match an integer or vector of non-positive values.
BinaryOp_match< LHS, RHS, Instruction::Or > m_Or(const LHS &L, const RHS &R)
CastInst_match< OpTy, SExtInst > m_SExt(const OpTy &Op)
Matches SExt.
is_zero m_Zero()
Match any null constant or a vector with all elements equal to 0.
BinaryOp_match< LHS, RHS, Instruction::Or, true > m_c_Or(const LHS &L, const RHS &R)
Matches an Or with LHS and RHS in either order.
match_combine_or< OverflowingBinaryOp_match< LHS, RHS, Instruction::Add, OverflowingBinaryOperator::NoUnsignedWrap >, DisjointOr_match< LHS, RHS > > m_NUWAddLike(const LHS &L, const RHS &R)
Match either "add nuw" or "or disjoint".
ElementWiseBitCast_match< OpTy > m_ElementWiseBitCast(const OpTy &Op)
m_Intrinsic_Ty< Opnd0 >::Ty m_FAbs(const Opnd0 &Op0)
CastOperator_match< OpTy, Instruction::PtrToInt > m_PtrToInt(const OpTy &Op)
Matches PtrToInt.
BinaryOp_match< LHS, RHS, Instruction::Sub > m_Sub(const LHS &L, const RHS &R)
MaxMin_match< ICmpInst, LHS, RHS, umin_pred_ty > m_UMin(const LHS &L, const RHS &R)
match_combine_or< LTy, RTy > m_CombineOr(const LTy &L, const RTy &R)
Combine two pattern matchers matching L || R.
static unsigned decodeVSEW(unsigned VSEW)
LLVM_ABI unsigned getSEWLMULRatio(unsigned SEW, VLMUL VLMul)
static constexpr unsigned RVVBitsPerBlock
initializer< Ty > init(const Ty &Val)
This is an optimization pass for GlobalISel generic memory operations.
LLVM_ABI bool haveNoCommonBitsSet(const WithCache< const Value * > &LHSCache, const WithCache< const Value * > &RHSCache, const SimplifyQuery &SQ)
Return true if LHS and RHS have no common bits set.
LLVM_ABI bool mustExecuteUBIfPoisonOnPathTo(Instruction *Root, Instruction *OnPathTo, DominatorTree *DT)
Return true if undefined behavior would provable be executed on the path to OnPathTo if Root produced...
LLVM_ABI Intrinsic::ID getInverseMinMaxIntrinsic(Intrinsic::ID MinMaxID)
LLVM_ABI KnownFPClass computeKnownFPClass(const Value *V, const APInt &DemandedElts, FPClassTest InterestedClasses, const SimplifyQuery &SQ, unsigned Depth=0)
Determine which floating-point classes are valid for V, and return them in KnownFPClass bit sets.
bool all_of(R &&range, UnaryPredicate P)
Provide wrappers to std::all_of which take ranges instead of having to pass begin/end explicitly.
LLVM_ABI bool isValidAssumeForContext(const Instruction *I, const Instruction *CxtI, const DominatorTree *DT=nullptr, bool AllowEphemerals=false)
Return true if it is valid to use the assumptions provided by an assume intrinsic,...
auto size(R &&Range, std::enable_if_t< std::is_base_of< std::random_access_iterator_tag, typename std::iterator_traits< decltype(Range.begin())>::iterator_category >::value, void > *=nullptr)
Get the size of a range.
LLVM_ABI bool canCreatePoison(const Operator *Op, bool ConsiderFlagsAndMetadata=true)
LLVM_ABI bool mustTriggerUB(const Instruction *I, const SmallPtrSetImpl< const Value * > &KnownPoison)
Return true if the given instruction must trigger undefined behavior when I is executed with any oper...
LLVM_ABI bool isKnownNeverInfinity(const Value *V, const SimplifyQuery &SQ, unsigned Depth=0)
Return true if the floating-point scalar value is not an infinity or if the floating-point vector val...
LLVM_ABI void computeKnownBitsFromContext(const Value *V, KnownBits &Known, const SimplifyQuery &Q, unsigned Depth=0)
Merge bits known from context-dependent facts into Known.
detail::scope_exit< std::decay_t< Callable > > make_scope_exit(Callable &&F)
LLVM_ABI bool isOnlyUsedInZeroEqualityComparison(const Instruction *CxtI)
LLVM_ABI bool isSignBitCheck(ICmpInst::Predicate Pred, const APInt &RHS, bool &TrueIfSigned)
Given an exploded icmp instruction, return true if the comparison only checks the sign bit.
LLVM_ABI const Value * getArgumentAliasingToReturnedPointer(const CallBase *Call, bool MustPreserveNullness)
This function returns call pointer argument that is considered the same by aliasing rules.
LLVM_ABI bool isAssumeLikeIntrinsic(const Instruction *I)
Return true if it is an intrinsic that cannot be speculated but also cannot trap.
LLVM_ABI AllocaInst * findAllocaForValue(Value *V, bool OffsetZero=false)
Returns unique alloca where the value comes from, or nullptr.
LLVM_ABI APInt getMinMaxLimit(SelectPatternFlavor SPF, unsigned BitWidth)
Return the minimum or maximum constant value for the specified integer min/max flavor and type.
LLVM_ABI bool isOnlyUsedInZeroComparison(const Instruction *CxtI)
const Value * getLoadStorePointerOperand(const Value *V)
A helper function that returns the pointer operand of a load or store instruction.
LLVM_ABI bool getConstantStringInfo(const Value *V, StringRef &Str, bool TrimAtNul=true)
This function computes the length of a null-terminated C string pointed to by V.
LLVM_ABI bool isDereferenceableAndAlignedPointer(const Value *V, Type *Ty, Align Alignment, const DataLayout &DL, const Instruction *CtxI=nullptr, AssumptionCache *AC=nullptr, const DominatorTree *DT=nullptr, const TargetLibraryInfo *TLI=nullptr)
Returns true if V is always a dereferenceable pointer with alignment greater or equal than requested.
LLVM_ABI bool onlyUsedByLifetimeMarkersOrDroppableInsts(const Value *V)
Return true if the only users of this pointer are lifetime markers or droppable instructions.
LLVM_ABI Constant * ReadByteArrayFromGlobal(const GlobalVariable *GV, uint64_t Offset)
LLVM_ABI Value * stripNullTest(Value *V)
Returns the inner value X if the expression has the form f(X) where f(X) == 0 if and only if X == 0,...
LLVM_ABI bool getUnderlyingObjectsForCodeGen(const Value *V, SmallVectorImpl< Value * > &Objects)
This is a wrapper around getUnderlyingObjects and adds support for basic ptrtoint+arithmetic+inttoptr...
LLVM_ABI std::pair< Intrinsic::ID, bool > canConvertToMinOrMaxIntrinsic(ArrayRef< Value * > VL)
Check if the values in VL are select instructions that can be converted to a min or max (vector) intr...
iterator_range< T > make_range(T x, T y)
Convenience function for iterating over sub-ranges.
LLVM_ABI bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice, unsigned ElementSize, uint64_t Offset=0)
Returns true if the value V is a pointer into a ConstantDataArray.
int bit_width(T Value)
Returns the number of bits needed to represent Value if Value is nonzero.
LLVM_ABI bool isGuaranteedToExecuteForEveryIteration(const Instruction *I, const Loop *L)
Return true if this function can prove that the instruction I is executed for every iteration of the ...
void append_range(Container &C, Range &&R)
Wrapper function to append range R to container C.
LLVM_ABI bool mustSuppressSpeculation(const LoadInst &LI)
Return true if speculation of the given load must be suppressed to avoid ordering or interfering with...
constexpr bool isPowerOf2_64(uint64_t Value)
Return true if the argument is a power of two > 0 (64 bit edition.)
gep_type_iterator gep_type_end(const User *GEP)
int ilogb(const APFloat &Arg)
Returns the exponent of the internal representation of the APFloat.
LLVM_ABI bool isSafeToSpeculativelyExecute(const Instruction *I, const Instruction *CtxI=nullptr, AssumptionCache *AC=nullptr, const DominatorTree *DT=nullptr, const TargetLibraryInfo *TLI=nullptr, bool UseVariableInfo=true, bool IgnoreUBImplyingAttrs=true)
Return true if the instruction does not have any effects besides calculating the result and does not ...
LLVM_ABI CmpInst::Predicate getMinMaxPred(SelectPatternFlavor SPF, bool Ordered=false)
Return the canonical comparison predicate for the specified minimum/maximum flavor.
unsigned Log2_64(uint64_t Value)
Return the floor log base 2 of the specified value, -1 if the value is zero.
LLVM_ABI bool canIgnoreSignBitOfZero(const Use &U)
Return true if the sign bit of the FP value can be ignored by the user when the value is zero.
LLVM_ABI bool isGuaranteedNotToBeUndef(const Value *V, AssumptionCache *AC=nullptr, const Instruction *CtxI=nullptr, const DominatorTree *DT=nullptr, unsigned Depth=0)
Returns true if V cannot be undef, but may be poison.
LLVM_ABI ConstantRange getConstantRangeFromMetadata(const MDNode &RangeMD)
Parse out a conservative ConstantRange from !range metadata.
std::tuple< Value *, FPClassTest, FPClassTest > fcmpImpliesClass(CmpInst::Predicate Pred, const Function &F, Value *LHS, FPClassTest RHSClass, bool LookThroughSrc=true)
LLVM_ABI ConstantRange computeConstantRange(const Value *V, bool ForSigned, bool UseInstrInfo=true, AssumptionCache *AC=nullptr, const Instruction *CtxI=nullptr, const DominatorTree *DT=nullptr, unsigned Depth=0)
Determine the possible constant range of an integer or vector of integer value.
const Value * getPointerOperand(const Value *V)
A helper function that returns the pointer operand of a load, store or GEP instruction.
LLVM_ABI bool MaskedValueIsZero(const Value *V, const APInt &Mask, const SimplifyQuery &SQ, unsigned Depth=0)
Return true if 'V & Mask' is known to be zero.
int countr_zero(T Val)
Count number of 0's from the least significant bit to the most stopping at the first 1.
LLVM_ABI bool isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, const DominatorTree &DT)
Returns true if the arithmetic part of the WO 's result is used only along the paths control dependen...
LLVM_ABI RetainedKnowledge getKnowledgeFromBundle(AssumeInst &Assume, const CallBase::BundleOpInfo &BOI)
This extracts the Knowledge from an element of an operand bundle.
LLVM_ABI bool matchSimpleRecurrence(const PHINode *P, BinaryOperator *&BO, Value *&Start, Value *&Step)
Attempt to match a simple first order recurrence cycle of the form: iv = phi Ty [Start,...
bool any_of(R &&range, UnaryPredicate P)
Provide wrappers to std::any_of which take ranges instead of having to pass begin/end explicitly.
LLVM_ABI OverflowResult computeOverflowForUnsignedMul(const Value *LHS, const Value *RHS, const SimplifyQuery &SQ, bool IsNSW=false)
LLVM_ABI bool getShuffleDemandedElts(int SrcWidth, ArrayRef< int > Mask, const APInt &DemandedElts, APInt &DemandedLHS, APInt &DemandedRHS, bool AllowUndefElts=false)
Transform a shuffle mask's output demanded element mask into demanded element masks for the 2 operand...
unsigned Log2_32(uint32_t Value)
Return the floor log base 2 of the specified value, -1 if the value is zero.
bool isGuard(const User *U)
Returns true iff U has semantics of a guard expressed in a form of call of llvm.experimental....
int countl_zero(T Val)
Count number of 0's from the most significant bit to the least stopping at the first 1.
LLVM_ABI SelectPatternFlavor getInverseMinMaxFlavor(SelectPatternFlavor SPF)
Return the inverse minimum/maximum flavor of the specified flavor.
constexpr unsigned MaxAnalysisRecursionDepth
LLVM_ABI void adjustKnownBitsForSelectArm(KnownBits &Known, Value *Cond, Value *Arm, bool Invert, const SimplifyQuery &Q, unsigned Depth=0)
Adjust Known for the given select Arm to include information from the select Cond.
LLVM_ABI bool isKnownNegative(const Value *V, const SimplifyQuery &SQ, unsigned Depth=0)
Returns true if the given value is known be negative (i.e.
LLVM_ABI OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, const SimplifyQuery &SQ)
SelectPatternFlavor
Specific patterns of select instructions we can match.
@ SPF_ABS
Floating point maxnum.
@ SPF_NABS
Absolute value.
@ SPF_FMAXNUM
Floating point minnum.
@ SPF_UMIN
Signed minimum.
@ SPF_UMAX
Signed maximum.
@ SPF_SMAX
Unsigned minimum.
@ SPF_FMINNUM
Unsigned maximum.
LLVM_ABI bool isIntrinsicReturningPointerAliasingArgumentWithoutCapturing(const CallBase *Call, bool MustPreserveNullness)
{launder,strip}.invariant.group returns pointer that aliases its argument, and it only captures point...
LLVM_ABI bool impliesPoison(const Value *ValAssumedPoison, const Value *V)
Return true if V is poison given that ValAssumedPoison is already poison.
LLVM_ABI void getHorizDemandedEltsForFirstOperand(unsigned VectorBitWidth, const APInt &DemandedElts, APInt &DemandedLHS, APInt &DemandedRHS)
Compute the demanded elements mask of horizontal binary operations.
LLVM_ABI SelectPatternResult getSelectPattern(CmpInst::Predicate Pred, SelectPatternNaNBehavior NaNBehavior=SPNB_NA, bool Ordered=false)
Determine the pattern for predicate X Pred Y ? X : Y.
FPClassTest
Floating-point class tests, supported by 'is_fpclass' intrinsic.
LLVM_ABI void computeKnownBits(const Value *V, KnownBits &Known, const DataLayout &DL, AssumptionCache *AC=nullptr, const Instruction *CxtI=nullptr, const DominatorTree *DT=nullptr, bool UseInstrInfo=true, unsigned Depth=0)
Determine which bits of V are known to be either zero or one and return them in the KnownZero/KnownOn...
LLVM_ABI bool programUndefinedIfPoison(const Instruction *Inst)
LLVM_ABI SelectPatternResult matchSelectPattern(Value *V, Value *&LHS, Value *&RHS, Instruction::CastOps *CastOp=nullptr, unsigned Depth=0)
Pattern match integer [SU]MIN, [SU]MAX and ABS idioms, returning the kind and providing the out param...
LLVM_ABI bool matchSimpleBinaryIntrinsicRecurrence(const IntrinsicInst *I, PHINode *&P, Value *&Init, Value *&OtherOp)
Attempt to match a simple value-accumulating recurrence of the form: llvm.intrinsic....
LLVM_ABI bool NullPointerIsDefined(const Function *F, unsigned AS=0)
Check whether null pointer dereferencing is considered undefined behavior for a given function or an ...
LLVM_ABI bool cannotBeNegativeZero(const Value *V, const SimplifyQuery &SQ, unsigned Depth=0)
Return true if we can prove that the specified FP value is never equal to -0.0.
LLVM_ABI bool programUndefinedIfUndefOrPoison(const Instruction *Inst)
Return true if this function can prove that if Inst is executed and yields a poison value or undef bi...
LLVM_ABI uint64_t GetStringLength(const Value *V, unsigned CharSize=8)
If we can compute the length of the string pointed to by the specified pointer, return 'len+1'.
LLVM_ABI OverflowResult computeOverflowForSignedMul(const Value *LHS, const Value *RHS, const SimplifyQuery &SQ)
LLVM_ABI ConstantRange getVScaleRange(const Function *F, unsigned BitWidth)
Determine the possible constant range of vscale with the given bit width, based on the vscale_range f...
LLVM_ABI Constant * ConstantFoldCastOperand(unsigned Opcode, Constant *C, Type *DestTy, const DataLayout &DL)
Attempt to constant fold a cast with the specified operand.
LLVM_ABI bool canCreateUndefOrPoison(const Operator *Op, bool ConsiderFlagsAndMetadata=true)
canCreateUndefOrPoison returns true if Op can create undef or poison from non-undef & non-poison oper...
LLVM_ABI EHPersonality classifyEHPersonality(const Value *Pers)
See if the given exception handling personality function is one that we understand.
LLVM_ABI bool isKnownInversion(const Value *X, const Value *Y)
Return true iff:
LLVM_ABI bool intrinsicPropagatesPoison(Intrinsic::ID IID)
Return whether this intrinsic propagates poison for all operands.
LLVM_ABI bool isNotCrossLaneOperation(const Instruction *I)
Return true if the instruction doesn't potentially cross vector lanes.
LLVM_ABI bool isKnownNonZero(const Value *V, const SimplifyQuery &Q, unsigned Depth=0)
Return true if the given value is known to be non-zero when defined.
constexpr int PoisonMaskElem
LLVM_ABI RetainedKnowledge getKnowledgeValidInContext(const Value *V, ArrayRef< Attribute::AttrKind > AttrKinds, AssumptionCache &AC, const Instruction *CtxI, const DominatorTree *DT=nullptr)
Return a valid Knowledge associated to the Value V if its Attribute kind is in AttrKinds and the know...
LLVM_ABI bool isSafeToSpeculativelyExecuteWithOpcode(unsigned Opcode, const Instruction *Inst, const Instruction *CtxI=nullptr, AssumptionCache *AC=nullptr, const DominatorTree *DT=nullptr, const TargetLibraryInfo *TLI=nullptr, bool UseVariableInfo=true, bool IgnoreUBImplyingAttrs=true)
This returns the same result as isSafeToSpeculativelyExecute if Opcode is the actual opcode of Inst.
LLVM_ABI bool onlyUsedByLifetimeMarkers(const Value *V)
Return true if the only users of this pointer are lifetime markers.
LLVM_ABI Intrinsic::ID getIntrinsicForCallSite(const CallBase &CB, const TargetLibraryInfo *TLI)
Map a call instruction to an intrinsic ID.
@ First
Helpers to iterate all locations in the MemoryEffectsBase class.
LLVM_ABI const Value * getUnderlyingObjectAggressive(const Value *V)
Like getUnderlyingObject(), but will try harder to find a single underlying object.
LLVM_ABI Intrinsic::ID getMinMaxIntrinsic(SelectPatternFlavor SPF)
Convert given SPF to equivalent min/max intrinsic.
LLVM_ABI SelectPatternResult matchDecomposedSelectPattern(CmpInst *CmpI, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, FastMathFlags FMF=FastMathFlags(), Instruction::CastOps *CastOp=nullptr, unsigned Depth=0)
Determine the pattern that a select with the given compare as its predicate and given values as its t...
LLVM_ABI OverflowResult computeOverflowForSignedAdd(const WithCache< const Value * > &LHS, const WithCache< const Value * > &RHS, const SimplifyQuery &SQ)
LLVM_ABI bool propagatesPoison(const Use &PoisonOp)
Return true if PoisonOp's user yields poison or raises UB if its operand PoisonOp is poison.
LLVM_ABI ConstantRange computeConstantRangeIncludingKnownBits(const WithCache< const Value * > &V, bool ForSigned, const SimplifyQuery &SQ)
Combine constant ranges from computeConstantRange() and computeKnownBits().
SelectPatternNaNBehavior
Behavior when a floating point min/max is given one NaN and one non-NaN as input.
@ SPNB_RETURNS_NAN
NaN behavior not applicable.
@ SPNB_RETURNS_OTHER
Given one NaN input, returns the NaN.
@ SPNB_RETURNS_ANY
Given one NaN input, returns the non-NaN.
LLVM_ABI bool isKnownNonEqual(const Value *V1, const Value *V2, const SimplifyQuery &SQ, unsigned Depth=0)
Return true if the given values are known to be non-equal when defined.
DWARFExpression::Operation Op
LLVM_ABI bool isGuaranteedNotToBeUndefOrPoison(const Value *V, AssumptionCache *AC=nullptr, const Instruction *CtxI=nullptr, const DominatorTree *DT=nullptr, unsigned Depth=0)
Return true if this function can prove that V does not have undef bits and is never poison.
LLVM_ABI unsigned ComputeNumSignBits(const Value *Op, const DataLayout &DL, AssumptionCache *AC=nullptr, const Instruction *CxtI=nullptr, const DominatorTree *DT=nullptr, bool UseInstrInfo=true, unsigned Depth=0)
Return the number of times the sign bit of the register is replicated into the other bits.
constexpr unsigned BitWidth
LLVM_ABI KnownBits analyzeKnownBitsFromAndXorOr(const Operator *I, const KnownBits &KnownLHS, const KnownBits &KnownRHS, const SimplifyQuery &SQ, unsigned Depth=0)
Using KnownBits LHS/RHS produce the known bits for logic op (and/xor/or).
LLVM_ABI OverflowResult computeOverflowForUnsignedSub(const Value *LHS, const Value *RHS, const SimplifyQuery &SQ)
LLVM_ABI bool isGuaranteedToTransferExecutionToSuccessor(const Instruction *I)
Return true if this function can prove that the instruction I will always transfer execution to one o...
LLVM_ABI bool isKnownNeverInfOrNaN(const Value *V, const SimplifyQuery &SQ, unsigned Depth=0)
Return true if the floating-point value can never contain a NaN or infinity.
LLVM_ABI bool isKnownNeverNaN(const Value *V, const SimplifyQuery &SQ, unsigned Depth=0)
Return true if the floating-point scalar value is not a NaN or if the floating-point vector value has...
gep_type_iterator gep_type_begin(const User *GEP)
LLVM_ABI Value * isBytewiseValue(Value *V, const DataLayout &DL)
If the specified value can be set by repeating the same byte in memory, return the i8 value that it i...
LLVM_ABI std::optional< std::pair< CmpPredicate, Constant * > > getFlippedStrictnessPredicateAndConstant(CmpPredicate Pred, Constant *C)
Convert an integer comparison with a constant RHS into an equivalent form with the strictness flipped...
LLVM_ABI unsigned ComputeMaxSignificantBits(const Value *Op, const DataLayout &DL, AssumptionCache *AC=nullptr, const Instruction *CxtI=nullptr, const DominatorTree *DT=nullptr, unsigned Depth=0)
Get the upper bound on bit size for this Value Op as a signed integer.
bool is_contained(R &&Range, const E &Element)
Returns true if Element is found in Range.
LLVM_ABI OverflowResult computeOverflowForUnsignedAdd(const WithCache< const Value * > &LHS, const WithCache< const Value * > &RHS, const SimplifyQuery &SQ)
unsigned Log2(Align A)
Returns the log2 of the alignment.
LLVM_ABI bool isKnownToBeAPowerOfTwo(const Value *V, const DataLayout &DL, bool OrZero=false, AssumptionCache *AC=nullptr, const Instruction *CxtI=nullptr, const DominatorTree *DT=nullptr, bool UseInstrInfo=true, unsigned Depth=0)
Return true if the given value is known to have exactly one bit set when defined.
LLVM_ABI std::optional< bool > isImpliedByDomCondition(const Value *Cond, const Instruction *ContextI, const DataLayout &DL)
Return the boolean condition value in the context of the given instruction if it is known based on do...
LLVM_ABI bool isGuaranteedNotToBePoison(const Value *V, AssumptionCache *AC=nullptr, const Instruction *CtxI=nullptr, const DominatorTree *DT=nullptr, unsigned Depth=0)
Returns true if V cannot be poison, but may be undef.
LLVM_ABI void computeKnownBitsFromRangeMetadata(const MDNode &Ranges, KnownBits &Known)
Compute known bits from the range metadata.
LLVM_ABI Value * FindInsertedValue(Value *V, ArrayRef< unsigned > idx_range, std::optional< BasicBlock::iterator > InsertBefore=std::nullopt)
Given an aggregate and an sequence of indices, see if the scalar value indexed is already around as a...
LLVM_ABI bool isKnownNegation(const Value *X, const Value *Y, bool NeedNSW=false, bool AllowPoison=true)
Return true if the two given values are negation.
LLVM_ABI const Value * getUnderlyingObject(const Value *V, unsigned MaxLookup=MaxLookupSearchDepth)
This method strips off any GEP address adjustments, pointer casts or llvm.threadlocal....
LLVM_ABI bool isKnownPositive(const Value *V, const SimplifyQuery &SQ, unsigned Depth=0)
Returns true if the given value is known be positive (i.e.
LLVM_ABI Constant * ConstantFoldIntegerCast(Constant *C, Type *DestTy, bool IsSigned, const DataLayout &DL)
Constant fold a zext, sext or trunc, depending on IsSigned and whether the DestTy is wider or narrowe...
LLVM_ABI bool isKnownNonNegative(const Value *V, const SimplifyQuery &SQ, unsigned Depth=0)
Returns true if the give value is known to be non-negative.
LLVM_ABI bool cannotBeOrderedLessThanZero(const Value *V, const SimplifyQuery &SQ, unsigned Depth=0)
Return true if we can prove that the specified FP value is either NaN or never less than -0....
LLVM_ABI void getUnderlyingObjects(const Value *V, SmallVectorImpl< const Value * > &Objects, const LoopInfo *LI=nullptr, unsigned MaxLookup=MaxLookupSearchDepth)
This method is similar to getUnderlyingObject except that it can look through phi and select instruct...
LLVM_ABI bool mayHaveNonDefUseDependency(const Instruction &I)
Returns true if the result or effects of the given instructions I depend values not reachable through...
LLVM_ABI bool isTriviallyVectorizable(Intrinsic::ID ID)
Identify if the intrinsic is trivially vectorizable.
LLVM_ABI bool isIdentifiedObject(const Value *V)
Return true if this pointer refers to a distinct and identifiable object.
LLVM_ABI std::optional< bool > isImpliedCondition(const Value *LHS, const Value *RHS, const DataLayout &DL, bool LHSIsTrue=true, unsigned Depth=0)
Return true if RHS is known to be implied true by LHS.
LLVM_ABI std::optional< bool > computeKnownFPSignBit(const Value *V, const SimplifyQuery &SQ, unsigned Depth=0)
Return false if we can prove that the specified FP value's sign bit is 0.
LLVM_ABI bool canIgnoreSignBitOfNaN(const Use &U)
Return true if the sign bit of the FP value can be ignored by the user when the value is NaN.
LLVM_ABI void findValuesAffectedByCondition(Value *Cond, bool IsAssume, function_ref< void(Value *)> InsertAffected)
Call InsertAffected on all Values whose known bits / value may be affected by the condition Cond.
void swap(llvm::BitVector &LHS, llvm::BitVector &RHS)
Implement std::swap in terms of BitVector swap.
This struct is a compact representation of a valid (non-zero power of two) alignment.
SmallPtrSet< Value *, 4 > AffectedValues
Represents offset+length into a ConstantDataArray.
uint64_t Length
Length of the slice.
uint64_t Offset
Slice starts at this Offset.
const ConstantDataArray * Array
ConstantDataArray pointer.
Represent subnormal handling kind for floating point instruction inputs and outputs.
DenormalModeKind Input
Denormal treatment kind for floating point instruction inputs in the default floating-point environme...
constexpr bool outputsAreZero() const
Return true if output denormals should be flushed to 0.
@ PositiveZero
Denormals are flushed to positive zero.
@ IEEE
IEEE-754 denormal numbers preserved.
constexpr bool inputsAreZero() const
Return true if input denormals must be implicitly treated as 0.
DenormalModeKind Output
Denormal flushing mode for floating point instruction results in the default floating point environme...
static constexpr DenormalMode getIEEE()
InstrInfoQuery provides an interface to query additional information for instructions like metadata o...
bool isExact(const BinaryOperator *Op) const
MDNode * getMetadata(const Instruction *I, unsigned KindID) const
bool hasNoSignedZeros(const InstT *Op) const
bool hasNoSignedWrap(const InstT *Op) const
bool hasNoUnsignedWrap(const InstT *Op) const
static KnownBits makeConstant(const APInt &C)
Create known bits from a known constant.
static LLVM_ABI KnownBits sadd_sat(const KnownBits &LHS, const KnownBits &RHS)
Compute knownbits resulting from llvm.sadd.sat(LHS, RHS)
static LLVM_ABI std::optional< bool > eq(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_EQ result.
KnownBits anyextOrTrunc(unsigned BitWidth) const
Return known bits for an "any" extension or truncation of the value we're tracking.
static LLVM_ABI KnownBits mulhu(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits from zero-extended multiply-hi.
unsigned countMinSignBits() const
Returns the number of times the sign bit is replicated into the other bits.
static LLVM_ABI KnownBits smax(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for smax(LHS, RHS).
bool isNonNegative() const
Returns true if this value is known to be non-negative.
LLVM_ABI KnownBits blsi() const
Compute known bits for X & -X, which has only the lowest bit set of X set.
void makeNonNegative()
Make this value non-negative.
static LLVM_ABI KnownBits usub_sat(const KnownBits &LHS, const KnownBits &RHS)
Compute knownbits resulting from llvm.usub.sat(LHS, RHS)
unsigned countMinLeadingOnes() const
Returns the minimum number of leading one bits.
unsigned countMinTrailingZeros() const
Returns the minimum number of trailing zero bits.
static LLVM_ABI KnownBits ashr(const KnownBits &LHS, const KnownBits &RHS, bool ShAmtNonZero=false, bool Exact=false)
Compute known bits for ashr(LHS, RHS).
static LLVM_ABI KnownBits ssub_sat(const KnownBits &LHS, const KnownBits &RHS)
Compute knownbits resulting from llvm.ssub.sat(LHS, RHS)
static LLVM_ABI KnownBits urem(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for urem(LHS, RHS).
bool isUnknown() const
Returns true if we don't know any bits.
unsigned countMaxTrailingZeros() const
Returns the maximum number of trailing zero bits possible.
LLVM_ABI KnownBits blsmsk() const
Compute known bits for X ^ (X - 1), which has all bits up to and including the lowest set bit of X se...
void makeNegative()
Make this value negative.
KnownBits trunc(unsigned BitWidth) const
Return known bits for a truncation of the value we're tracking.
KnownBits byteSwap() const
bool hasConflict() const
Returns true if there is conflicting information.
unsigned countMaxPopulation() const
Returns the maximum number of bits that could be one.
void setAllZero()
Make all bits known to be zero and discard any previous information.
KnownBits reverseBits() const
unsigned getBitWidth() const
Get the bit width of this value.
static LLVM_ABI KnownBits umax(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for umax(LHS, RHS).
KnownBits zext(unsigned BitWidth) const
Return known bits for a zero extension of the value we're tracking.
bool isConstant() const
Returns true if we know the value of all bits.
void resetAll()
Resets the known state of all bits.
KnownBits unionWith(const KnownBits &RHS) const
Returns KnownBits information that is known to be true for either this or RHS or both.
static LLVM_ABI KnownBits lshr(const KnownBits &LHS, const KnownBits &RHS, bool ShAmtNonZero=false, bool Exact=false)
Compute known bits for lshr(LHS, RHS).
bool isNonZero() const
Returns true if this value is known to be non-zero.
KnownBits extractBits(unsigned NumBits, unsigned BitPosition) const
Return a subset of the known bits from [bitPosition,bitPosition+numBits).
KnownBits intersectWith(const KnownBits &RHS) const
Returns KnownBits information that is known to be true for both this and RHS.
KnownBits sext(unsigned BitWidth) const
Return known bits for a sign extension of the value we're tracking.
unsigned countMinTrailingOnes() const
Returns the minimum number of trailing one bits.
static KnownBits add(const KnownBits &LHS, const KnownBits &RHS, bool NSW=false, bool NUW=false)
Compute knownbits resulting from addition of LHS and RHS.
KnownBits zextOrTrunc(unsigned BitWidth) const
Return known bits for a zero extension or truncation of the value we're tracking.
unsigned countMinLeadingZeros() const
Returns the minimum number of leading zero bits.
APInt getMaxValue() const
Return the maximal unsigned value possible given these KnownBits.
static LLVM_ABI KnownBits smin(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for smin(LHS, RHS).
static LLVM_ABI KnownBits mulhs(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits from sign-extended multiply-hi.
static LLVM_ABI KnownBits srem(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for srem(LHS, RHS).
static LLVM_ABI KnownBits udiv(const KnownBits &LHS, const KnownBits &RHS, bool Exact=false)
Compute known bits for udiv(LHS, RHS).
static LLVM_ABI KnownBits computeForAddSub(bool Add, bool NSW, bool NUW, const KnownBits &LHS, const KnownBits &RHS)
Compute known bits resulting from adding LHS and RHS.
static LLVM_ABI KnownBits sdiv(const KnownBits &LHS, const KnownBits &RHS, bool Exact=false)
Compute known bits for sdiv(LHS, RHS).
static bool haveNoCommonBitsSet(const KnownBits &LHS, const KnownBits &RHS)
Return true if LHS and RHS have no common bits set.
bool isNegative() const
Returns true if this value is known to be negative.
static KnownBits sub(const KnownBits &LHS, const KnownBits &RHS, bool NSW=false, bool NUW=false)
Compute knownbits resulting from subtraction of LHS and RHS.
unsigned countMaxLeadingZeros() const
Returns the maximum number of leading zero bits possible.
void setAllOnes()
Make all bits known to be one and discard any previous information.
void insertBits(const KnownBits &SubBits, unsigned BitPosition)
Insert the bits from a smaller known bits starting at bitPosition.
static LLVM_ABI KnownBits uadd_sat(const KnownBits &LHS, const KnownBits &RHS)
Compute knownbits resulting from llvm.uadd.sat(LHS, RHS)
static LLVM_ABI KnownBits mul(const KnownBits &LHS, const KnownBits &RHS, bool NoUndefSelfMultiply=false)
Compute known bits resulting from multiplying LHS and RHS.
KnownBits anyext(unsigned BitWidth) const
Return known bits for an "any" extension of the value we're tracking, where we don't know anything ab...
LLVM_ABI KnownBits abs(bool IntMinIsPoison=false) const
Compute known bits for the absolute value.
static LLVM_ABI std::optional< bool > sgt(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_SGT result.
static LLVM_ABI std::optional< bool > uge(const KnownBits &LHS, const KnownBits &RHS)
Determine if these known bits always give the same ICMP_UGE result.
static LLVM_ABI KnownBits shl(const KnownBits &LHS, const KnownBits &RHS, bool NUW=false, bool NSW=false, bool ShAmtNonZero=false)
Compute known bits for shl(LHS, RHS).
static LLVM_ABI KnownBits umin(const KnownBits &LHS, const KnownBits &RHS)
Compute known bits for umin(LHS, RHS).
FPClassTest KnownFPClasses
Floating-point classes the value could be one of.
bool isKnownNeverInfinity() const
Return true if it's known this can never be an infinity.
bool cannotBeOrderedGreaterThanZero() const
Return true if we can prove that the analyzed floating-point value is either NaN or never greater tha...
static constexpr FPClassTest OrderedGreaterThanZeroMask
static constexpr FPClassTest OrderedLessThanZeroMask
void knownNot(FPClassTest RuleOut)
void copysign(const KnownFPClass &Sign)
bool isKnownNeverSubnormal() const
Return true if it's known this can never be a subnormal.
LLVM_ABI bool isKnownNeverLogicalZero(DenormalMode Mode) const
Return true if it's know this can never be interpreted as a zero.
bool isKnownNeverNegInfinity() const
Return true if it's known this can never be -infinity.
bool isKnownNeverNegSubnormal() const
Return true if it's known this can never be a negative subnormal.
bool isKnownNeverPosZero() const
Return true if it's known this can never be a literal positive zero.
std::optional< bool > SignBit
std::nullopt if the sign bit is unknown, true if the sign bit is definitely set or false if the sign ...
bool isKnownNeverNaN() const
Return true if it's known this can never be a nan.
bool isKnownNever(FPClassTest Mask) const
Return true if it's known this can never be one of the mask entries.
bool isKnownNeverNegZero() const
Return true if it's known this can never be a negative zero.
void propagateNaN(const KnownFPClass &Src, bool PreserveSign=false)
bool cannotBeOrderedLessThanZero() const
Return true if we can prove that the analyzed floating-point value is either NaN or never less than -...
void signBitMustBeOne()
Assume the sign bit is one.
LLVM_ABI void propagateCanonicalizingSrc(const KnownFPClass &Src, DenormalMode Mode)
Report known classes if Src is evaluated through a potentially canonicalizing operation.
void signBitMustBeZero()
Assume the sign bit is zero.
LLVM_ABI bool isKnownNeverLogicalPosZero(DenormalMode Mode) const
Return true if it's know this can never be interpreted as a positive zero.
bool isKnownNeverPosInfinity() const
Return true if it's known this can never be +infinity.
LLVM_ABI bool isKnownNeverLogicalNegZero(DenormalMode Mode) const
Return true if it's know this can never be interpreted as a negative zero.
bool isKnownNeverPosSubnormal() const
Return true if it's known this can never be a positive subnormal.
Represent one information held inside an operand bundle of an llvm.assume.
SelectPatternFlavor Flavor
static bool isMinOrMax(SelectPatternFlavor SPF)
When implementing this min/max pattern as fcmp; select, does the fcmp have to be ordered?
SimplifyQuery getWithoutCondContext() const
SimplifyQuery getWithInstruction(const Instruction *I) const
const DomConditionCache * DC