Searched refs:isNewFormat (Results 1 – 1 of 1) sorted by relevance
162 bool isNewFormat() const { return isNewFormatTypeNode(Node); } in isNewFormat() function in __anon0398af320111::TBAANodeImpl166 if (isNewFormat()) in getParent()214 bool isNewFormat() const { in isNewFormat() function in __anon0398af320111::TBAAStructTagNodeImpl218 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::TBAAStructTypeNode286 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 …]