Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h211 bool is1024BitVector() const { in is1024BitVector() function
212 return isSimple() ? V.is1024BitVector() : isExtended1024BitVector(); in is1024BitVector()
H A DMachineValueType.h167 bool is1024BitVector() const { in is1024BitVector() function