Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp305 bool NewFormat = isNewFormat(); in getField() local
309 if (NewFormat) { in getField()
335 unsigned FirstFieldOpNo = NewFormat ? 3 : 1; in getField()
336 unsigned NumOpsPerField = NewFormat ? 3 : 2; in getField()
608 bool NewFormat = BaseTag.isNewFormat(); in mayBeAccessToSubobjectOf() local
616 assert(!NewFormat && "Did not see access type in access path!"); in mayBeAccessToSubobjectOf()
631 if (NewFormat && BaseType.getNode() == BaseTag.getAccessType()) in mayBeAccessToSubobjectOf()
642 if (NewFormat) { in mayBeAccessToSubobjectOf()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMDBuilder.cpp288 bool NewFormat = isa<MDNode>(AccessType->getOperand(0)); in createMutableTBAAAccessTag() local
291 unsigned ImmutabilityFlagOp = NewFormat ? 4 : 3; in createMutableTBAAAccessTag()
301 if (!NewFormat) in createMutableTBAAAccessTag()