Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h108 StringRef getMaskType() const { return MaskType; } in getMaskType() function
135 !Item.getMaskType().empty(); in hasNonScalarOrMask()
H A DFormatString.h598 StringRef getMaskType() const { return MaskType; } in getMaskType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp131 ArgsData.back().MaskType = FS.getMaskType(); in HandlePrintfSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1813 for (unsigned I = 0, E = Item.getMaskType().size(); I < E; ++I) in emitBuiltinOSLogFormat()
1814 Val |= ((uint64_t)Item.getMaskType()[I]) << I * 8; in emitBuiltinOSLogFormat()