Home
last modified time | relevance | path

Searched refs:getDemandedBits (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
DDemandedBits.h47 APInt getDemandedBits(Instruction *I);
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp70 !DB.getDemandedBits(&I).getBoolValue()) { in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Analysis/
DVectorUtils.cpp500 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes()
503 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()
DDemandedBits.cpp364 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits