Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp43 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE()
93 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
/external/llvm/include/llvm/Analysis/
DDemandedBits.h45 APInt getDemandedBits(Instruction *I);
84 DemandedBits &getDemandedBits() { return *DB; } in getDemandedBits() function
/external/llvm/lib/Analysis/
DVectorUtils.cpp367 if (DB.getDemandedBits(I).getBitWidth() > 64) in computeMinimumValueSizes()
370 uint64_t V = DB.getDemandedBits(I).getZExtValue(); in computeMinimumValueSizes()
DDemandedBits.cpp362 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3386 auto Mask = DB->getDemandedBits(cast<Instruction>(Root)); in computeMinimumValueSizes()
3458 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
DLoopVectorize.cpp1821 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()