Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h308 using KindField = Bitfield::Element<Kind, 0, 3, Kind::Func>; variable
325 Bitfield::set<KindField>(Storage, K); in Flag()
329 Kind getKind() const { return Bitfield::get<KindField>(Storage); } in getKind()