Home
last modified time | relevance | path

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

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