Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h216 bool is2048BitVector() const { in is2048BitVector() function
217 return isSimple() ? V.is2048BitVector() : isExtended2048BitVector(); in is2048BitVector()
H A DMachineValueType.h172 bool is2048BitVector() const { in is2048BitVector() function