Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h170 bool is16BitVector() const { in is16BitVector() function
171 return isSimple() ? V.is16BitVector() : isExtended16BitVector(); in is16BitVector()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DMachineValueType.h404 bool is16BitVector() const { in is16BitVector() function