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.cpp162 bool isNewFormat() const { return isNewFormatTypeNode(Node); } in isNewFormat() function in __anon0398af320111::TBAANodeImpl
166 if (isNewFormat()) in getParent()
214 bool isNewFormat() const { in isNewFormat() function in __anon0398af320111::TBAAStructTagNodeImpl
218 if (!TBAANodeImpl<MDNodeTy>(AccessType).isNewFormat()) in isNewFormat()
236 if (!isNewFormat()) in getSize()
245 unsigned OpNo = isNewFormat() ? 4 : 3; in isTypeImmutable()
278 bool isNewFormat() const { return isNewFormatTypeNode(Node); } in isNewFormat() function in __anon0398af320111::TBAAStructTypeNode
286 return Node->getOperand(isNewFormat() ? 2 : 0); in getId()
290 unsigned FirstFieldOpNo = isNewFormat() ? 3 : 1; in getNumFields()
291 unsigned NumOpsPerField = isNewFormat() ? 3 : 2; in getNumFields()
[all …]