Searched defs:bitPos (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/IR/ | ||
H A D | BuiltinAttributes.cpp | 465 rawData[bitPos / CHAR_BIT] &= ~(1 << (bitPos % CHAR_BIT)); in getBit() argument |
/llvm-project/llvm/lib/Support/ | ||
H A D | APFloat.cpp | 2854 unsigned bitPos = partsCount * integerPartWidth; convertFromHexadecimalString() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUISelLowering.cpp | 2212 const unsigned bitPos = halfBitWidth - i - 1; LowerUDIVREM64() local |