Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOSLog.h109 StringRef getMaskType() const { return MaskType; } in getMaskType() function
136 !Item.getMaskType().empty(); in hasNonScalarOrMask()
H A DFormatString.h583 StringRef getMaskType() const { return MaskType; } in getMaskType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOSLog.cpp131 ArgsData.back().MaskType = FS.getMaskType(); in HandlePrintfSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1182 for (unsigned I = 0, E = Item.getMaskType().size(); I < E; ++I) in emitBuiltinOSLogFormat()
1183 Val |= ((uint64_t)Item.getMaskType()[I]) << I * 8; in emitBuiltinOSLogFormat()