Searched defs:FromBits (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | ||
H A D | DwarfExpression.cpp | 724 emitLegacySExt(unsigned FromBits) emitLegacySExt() argument |
/llvm-project/llvm/unittests/Support/ | ||
H A D | KnownBitsTest.cpp | 745 for (unsigned FromBits = 1; FromBits <= Bits; ++FromBits) { TEST() local |
/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZISelLowering.cpp | 1140 unsigned FromBits = FromType->getPrimitiveSizeInBits().getFixedValue(); isTruncateFree() local |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | Local.cpp | 2742 uint64_t FromBits = FromTy->getPrimitiveSizeInBits(); replaceAllDbgUsesWith() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAG.cpp | 7105 unsigned FromBits = EVT.getScalarSizeInBits(); getNode() local |