Searched refs:IsNewFormat (Results 1 – 2 of 2) sorted by relevance
64 APInt &Offset, bool IsNewFormat);67 bool IsNewFormat);70 bool IsNewFormat);
7623 bool IsNewFormat) { in verifyTBAABaseNode() argument7633 auto Result = verifyTBAABaseNodeImpl(I, BaseNode, IsNewFormat); in verifyTBAABaseNode()7642 bool IsNewFormat) { in verifyTBAABaseNodeImpl() argument7652 if (IsNewFormat) { in verifyTBAABaseNodeImpl()7667 if (IsNewFormat) { in verifyTBAABaseNodeImpl()7677 if (!IsNewFormat && !isa<MDString>(BaseNode->getOperand(0))) { in verifyTBAABaseNodeImpl()7690 unsigned FirstFieldOpNo = IsNewFormat ? 3 : 1; in verifyTBAABaseNodeImpl()7691 unsigned NumOpsPerField = IsNewFormat ? 3 : 2; in verifyTBAABaseNodeImpl()7736 if (IsNewFormat) { in verifyTBAABaseNodeImpl()7795 bool IsNewFormat) { in getFieldNodeFromTBAABaseNode() argument[all …]