Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp165 if (isNewFormat()) in getParent()
213 bool isNewFormat() const { in isNewFormat() function in __anon907b8afa0111::TBAAStructTagNodeImpl
235 if (!isNewFormat()) in getSize()
244 unsigned OpNo = isNewFormat() ? 4 : 3; in isTypeImmutable()
285 return Node->getOperand(isNewFormat() ? 2 : 0); in getId()
289 unsigned FirstFieldOpNo = isNewFormat() ? 3 : 1; in getNumFields()
290 unsigned NumOpsPerField = isNewFormat() ? 3 : 2; in getNumFields()
295 unsigned FirstFieldOpNo = isNewFormat() ? 3 : 1; in getFieldType()
305 bool NewFormat = isNewFormat(); in getField()
602 bool NewFormat = BaseTag.isNewFormat(); in mayBeAccessToSubobjectOf()
[all …]