Searched refs:IsNewFormat (Results 1 – 2 of 2) sorted by relevance
63 APInt &Offset, bool IsNewFormat);66 bool IsNewFormat);69 bool IsNewFormat);
6458 bool IsNewFormat) { in verifyTBAABaseNode() argument6468 auto Result = verifyTBAABaseNodeImpl(I, BaseNode, IsNewFormat); in verifyTBAABaseNode()6477 bool IsNewFormat) { in verifyTBAABaseNodeImpl() argument6487 if (IsNewFormat) { in verifyTBAABaseNodeImpl()6502 if (IsNewFormat) { in verifyTBAABaseNodeImpl()6512 if (!IsNewFormat && !isa<MDString>(BaseNode->getOperand(0))) { in verifyTBAABaseNodeImpl()6525 unsigned FirstFieldOpNo = IsNewFormat ? 3 : 1; in verifyTBAABaseNodeImpl()6526 unsigned NumOpsPerField = IsNewFormat ? 3 : 2; in verifyTBAABaseNodeImpl()6571 if (IsNewFormat) { in verifyTBAABaseNodeImpl()6630 bool IsNewFormat) { in getFieldNodeFromTBAABaseNode() argument[all …]