Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h151 bool is1024BitVector() const { in is1024BitVector() function
152 return isSimple() ? V.is1024BitVector() : isExtended1024BitVector(); in is1024BitVector()
H A DMachineValueType.h242 bool is1024BitVector() const { in is1024BitVector() function