Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp306 bool NewFormat = isNewFormat(); in getField() local
307 if (NewFormat) { in getField()
333 unsigned FirstFieldOpNo = NewFormat ? 3 : 1; in getField()
334 unsigned NumOpsPerField = NewFormat ? 3 : 2; in getField()
605 bool NewFormat = BaseTag.isNewFormat(); in mayBeAccessToSubobjectOf() local
613 assert(!NewFormat && "Did not see access type in access path!"); in mayBeAccessToSubobjectOf()
628 if (NewFormat && BaseType.getNode() == BaseTag.getAccessType()) in mayBeAccessToSubobjectOf()
639 if (NewFormat) { in mayBeAccessToSubobjectOf()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMDBuilder.cpp280 bool NewFormat = isa<MDNode>(AccessType->getOperand(0)); in createMutableTBAAAccessTag() local
283 unsigned ImmutabilityFlagOp = NewFormat ? 4 : 3; in createMutableTBAAAccessTag()
293 if (!NewFormat) in createMutableTBAAAccessTag()