Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp161 bool isNewFormat() const { return isNewFormatTypeNode(Node); } in isNewFormat() function in __anon7c9df5690111::TBAANodeImpl
165 if (isNewFormat()) in getParent()
213 bool isNewFormat() const { in isNewFormat() function in __anon7c9df5690111::TBAAStructTagNodeImpl
217 if (!TBAANodeImpl<MDNodeTy>(AccessType).isNewFormat()) in isNewFormat()
235 if (!isNewFormat()) in getSize()
244 unsigned OpNo = isNewFormat() ? 4 : 3; in isTypeImmutable()
277 bool isNewFormat() const { return isNewFormatTypeNode(Node); } in isNewFormat() function in __anon7c9df5690111::TBAAStructTypeNode
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()
[all …]