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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 306 bool NewFormat = isNewFormat();
307 if (NewFormat) {
333 unsigned FirstFieldOpNo = NewFormat ? 3 : 1;
334 unsigned NumOpsPerField = NewFormat ? 3 : 2;
605 bool NewFormat = BaseTag.isNewFormat();
613 assert(!NewFormat && "Did not see access type in access path!");
628 if (NewFormat && BaseType.getNode() == BaseTag.getAccessType())
639 if (NewFormat) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
MDBuilder.cpp 280 bool NewFormat = isa<MDNode>(AccessType->getOperand(0));
283 unsigned ImmutabilityFlagOp = NewFormat ? 4 : 3;
293 if (!NewFormat)

Completed in 82 milliseconds