Searched refs:getDemandedBits (Results 1 – 4 of 4) sorted by relevance
47 APInt getDemandedBits(Instruction *I);
70 !DB.getDemandedBits(&I).getBoolValue()) { in INITIALIZE_PASS_DEPENDENCY()
500 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes()503 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()
364 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits