HomeSort by relevance Sort by last modified time
    Searched refs:MaxGlobalType (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 455 unsigned MaxGlobalType = 0;
459 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType()));
499 Log2_32_Ceil(MaxGlobalType+1)));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 438 unsigned MaxGlobalType = 0;
442 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType()));
481 Log2_32_Ceil(MaxGlobalType+1)));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 392 unsigned MaxGlobalType = 0;
396 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType()));
435 Log2_32_Ceil(MaxGlobalType+1)));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 412 unsigned MaxGlobalType = 0;
416 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType()));
456 Log2_32_Ceil(MaxGlobalType+1)));
    [all...]

Completed in 35 milliseconds