Searched refs:getDemandedBits (Results 1 – 6 of 6) sorted by relevance
50 if (DB.getDemandedBits(I).isAllOnes()) in clearAssumptionsOfUsers()85 if (DB.getDemandedBits(J).isAllOnes()) in clearAssumptionsOfUsers()109 (I.getType()->isIntOrIntVectorTy() && DB.getDemandedBits(&I).isZero() && in bitTrackingDCE()118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE()136 APInt Demanded = DB.getDemandedBits(BO); in bitTrackingDCE()
55 LLVM_ABI APInt getDemandedBits(Instruction *I);58 LLVM_ABI APInt getDemandedBits(Use *U);
398 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits409 APInt DemandedBits::getDemandedBits(Use *U) { in getDemandedBits() function in DemandedBits425 APInt AOut = getDemandedBits(UserI); in getDemandedBits()485 PrintDB(I, getDemandedBits(&OI), OI); in print()
867 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes()870 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()966 uint64_t BW = bit_width(DB.getDemandedBits(&U).getZExtValue()); in computeMinimumValueSizes()
109 auto Mask = DB->getDemandedBits(Exit); in computeRecurrenceType()
10519 APInt Mask = DB->getDemandedBits(OpI); in buildTreeRec()20127 APInt Mask = DB->getDemandedBits(I); in collectValuesToDemote()20652 APInt Mask = DB->getDemandedBits(cast<Instruction>(Root)); in computeMinimumValueSizes()20728 APInt Mask = DB->getDemandedBits(cast<Instruction>(V)); in computeMinimumValueSizes()