Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4739 const uint64_t ExplicitTypeMask = uint64_t(1) << 6; in parseFunctionBody() local
4741 const uint64_t FlagMask = InAllocaMask | ExplicitTypeMask | in parseFunctionBody()
4747 if ((AlignRecord & ExplicitTypeMask) == 0) { in parseFunctionBody()