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.cpp943 auto ExportConstant = [&](StringRef Name, uint64_t &Storage, Constant *C) { in exportTypeId() local
956 ExportConstant("align", TTRes.AlignLog2, TIL.AlignLog2); in exportTypeId()
957 ExportConstant("size_m1", TTRes.SizeM1, TIL.SizeM1); in exportTypeId()
975 ExportConstant("inline_bits", TTRes.InlineBits, TIL.InlineBits); in exportTypeId()