Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp899 auto ExportConstant = [&](StringRef Name, uint64_t &Storage, Constant *C) { in exportTypeId() local
912 ExportConstant("align", TTRes.AlignLog2, TIL.AlignLog2); in exportTypeId()
913 ExportConstant("size_m1", TTRes.SizeM1, TIL.SizeM1); in exportTypeId()
931 ExportConstant("inline_bits", TTRes.InlineBits, TIL.InlineBits); in exportTypeId()