Home
last modified time | relevance | path

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

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