Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp921 auto ExportConstant = [&](StringRef Name, uint64_t &Storage, Constant *C) { in exportTypeId() local
934 ExportConstant("align", TTRes.AlignLog2, TIL.AlignLog2); in exportTypeId()
935 ExportConstant("size_m1", TTRes.SizeM1, TIL.SizeM1); in exportTypeId()
953 ExportConstant("inline_bits", TTRes.InlineBits, TIL.InlineBits); in exportTypeId()