Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h200 bool is1024BitVector() const { in is1024BitVector() function
201 return isSimple() ? V.is1024BitVector() : isExtended1024BitVector(); in is1024BitVector()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMachineValueType.h456 bool is1024BitVector() const { in is1024BitVector() function