Searched refs:IsNewFormat (Results 1 – 2 of 2) sorted by relevance
63 APInt &Offset, bool IsNewFormat);66 bool IsNewFormat);69 bool IsNewFormat);
5815 bool IsNewFormat) { in verifyTBAABaseNode() argument5825 auto Result = verifyTBAABaseNodeImpl(I, BaseNode, IsNewFormat); in verifyTBAABaseNode()5834 bool IsNewFormat) { in verifyTBAABaseNodeImpl() argument5844 if (IsNewFormat) { in verifyTBAABaseNodeImpl()5859 if (IsNewFormat) { in verifyTBAABaseNodeImpl()5869 if (!IsNewFormat && !isa<MDString>(BaseNode->getOperand(0))) { in verifyTBAABaseNodeImpl()5882 unsigned FirstFieldOpNo = IsNewFormat ? 3 : 1; in verifyTBAABaseNodeImpl()5883 unsigned NumOpsPerField = IsNewFormat ? 3 : 2; in verifyTBAABaseNodeImpl()5928 if (IsNewFormat) { in verifyTBAABaseNodeImpl()5987 bool IsNewFormat) { in getFieldNodeFromTBAABaseNode() argument[all …]