Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h167 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator
194 bool haveGVs() const { return RefAndFlags.getInt() & HaveGV; } in haveGVs()