OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUsedBits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBitSimplify.cpp
223
static bool
getUsedBits
(unsigned Opc, unsigned OpN, BitVector &Bits,
623
bool HexagonBitSimplify::
getUsedBits
(unsigned Opc, unsigned OpN,
1254
bool GotBits = HBS::
getUsedBits
(Opc, OpN, T, Begin, HII);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
15878
APInt
getUsedBits
() const {
15897
unsigned SliceSize =
getUsedBits
().countPopulation();
16096
APInt UsedBits = First.
getUsedBits
();
16097
assert((UsedBits & Second.
getUsedBits
()) == 0 &&
16099
UsedBits |= Second.
getUsedBits
();
16268
APInt CurrentUsedBits = LS.
getUsedBits
();
Completed in 32 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026