Home
last modified time | relevance | path

Searched defs:BitNum (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp1068 uint16_t BitNum; evaluateLoad() local
[all...]
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1293 unsigned BitNum = I - 16; emitPPA1() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2474 int BitNum = IsShiftLeft ? Log2C - Log2ShiftC : Log2ShiftC - Log2C; visitAnd() local
/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2903 for (int BitNum = 16; BitNum >= 0; BitNum -= 16) { loadImmediate() local