Searched refs:isNewFormat (Results 1 – 1 of 1) sorted by relevance
161 bool isNewFormat() const { return isNewFormatTypeNode(Node); } in isNewFormat() function in __anond26438bc0111::TBAANodeImpl165 if (isNewFormat()) in getParent()213 bool isNewFormat() const { in isNewFormat() function in __anond26438bc0111::TBAAStructTagNodeImpl217 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::TBAAStructTypeNode285 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 …]