Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1953 auto GetConstant = [&](Metadata *Bound) -> int64_t { in writeDIGenericSubrange() local
1961 Printer.printInt("count", GetConstant(Count), in writeDIGenericSubrange()
1968 Printer.printInt("lowerBound", GetConstant(LBound), in writeDIGenericSubrange()
1975 Printer.printInt("upperBound", GetConstant(UBound), in writeDIGenericSubrange()
1982 Printer.printInt("stride", GetConstant(Stride), in writeDIGenericSubrange()