Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h205 bool is2048BitVector() const { in is2048BitVector() function
206 return isSimple() ? V.is2048BitVector() : isExtended2048BitVector(); in is2048BitVector()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMachineValueType.h465 bool is2048BitVector() const { in is2048BitVector() function