HomeSort by: relevance | last modified time | path
    Searched refs:printInt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 1697 void printInt(StringRef Name, IntTy Int, bool ShouldSkipZero = true);
1768 void MDFieldPrinter::printInt(StringRef Name, IntTy Int, bool ShouldSkipZero) {
1885 Printer.printInt("line", DL->getLine(), /* ShouldSkipZero */ false);
1886 Printer.printInt("column", DL->getColumn());
1903 Printer.printInt("count", CV->getSExtValue(),
1913 Printer.printInt("lowerBound", LV->getSExtValue(),
1921 Printer.printInt("upperBound", UV->getSExtValue(),
1929 Printer.printInt("stride", SV->getSExtValue(), /* ShouldSkipZero */ false);
1961 Printer.printInt("count", GetConstant(Count),
1968 Printer.printInt("lowerBound", GetConstant(LBound)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 203 static void printInt(raw_ostream &OS, int Val) {
319 PSetsSeqs.emit(OS, printInt, "-1");

Completed in 19 milliseconds