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()
54 APInt getDemandedBits(Instruction *I);57 APInt getDemandedBits(Use *U);
400 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits411 APInt DemandedBits::getDemandedBits(Use *U) { in getDemandedBits() function in DemandedBits427 APInt AOut = getDemandedBits(UserI); in getDemandedBits()487 PrintDB(I, getDemandedBits(&OI), OI); in print()
655 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes()658 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()744 uint64_t BW = bit_width(DB.getDemandedBits(&U).getZExtValue()); in computeMinimumValueSizes()
107 auto Mask = DB->getDemandedBits(Exit); in computeRecurrenceType()
7193 APInt Mask = DB->getDemandedBits(OpI); in buildTree_rec() 15162 APInt Mask = DB->getDemandedBits(I); in collectValuesToDemote() 15636 APInt Mask = DB->getDemandedBits(cast<Instruction>(Root)); in computeMinimumValueSizes() 15695 auto Mask = DB->getDemandedBits(cast<Instruction>(V)); in computeMinimumValueSizes()