Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h170 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator
197 bool haveGVs() const { return RefAndFlags.getInt() & HaveGV; } in haveGVs()