Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp161 bool isNewFormat() const { return isNewFormatTypeNode(Node); } in isNewFormat() function in __anond26438bc0111::TBAANodeImpl
165 if (isNewFormat()) in getParent()
213 bool isNewFormat() const { in isNewFormat() function in __anond26438bc0111::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 __anond26438bc0111::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 …]