Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h93 inline bool hasSWROT32() const { in hasSWROT32() function
96 inline bool hasROT32() const { return hasHWROT32() || hasSWROT32(); } in hasROT32()