OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitSwapIdx
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeEmitterGen.cpp
48
unsigned
bitSwapIdx
= numBits - bit - 1;
50
Init *BitSwap = BI->getBit(
bitSwapIdx
);
52
NewBits[
bitSwapIdx
] = OrigBit;
/external/llvm/utils/TableGen/
CodeGenTarget.cpp
359
unsigned
bitSwapIdx
= numBits - bit - 1;
361
Init *BitSwap = BI->getBit(
bitSwapIdx
);
363
NewBits[
bitSwapIdx
] = OrigBit;
Completed in 87 milliseconds