Home
last modified time | relevance | path

Searched refs:PointerVectorElementsFieldInfo (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h153 ? getFieldValue(PointerVectorElementsFieldInfo) in getElementCount()
329 static const constexpr BitFieldInfo PointerVectorElementsFieldInfo{16, 0};
332 PointerVectorElementsFieldInfo[1] + PointerVectorElementsFieldInfo[0]};
385 PointerVectorElementsFieldInfo) |
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DLowLevelType.cpp56 const constexpr LLT::BitFieldInfo LLT::PointerVectorElementsFieldInfo; member in LLT