Home
last modified time | relevance | path

Searched defs:getDemandedBits (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDemandedBits.h100 DemandedBits &getDemandedBits() { return *DB; } in getDemandedBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDemandedBits.cpp420 APInt DemandedBits::getDemandedBits(Instruction *I) { in getDemandedBits() function in DemandedBits