Searched refs:IsNewFormat (Results 1 – 2 of 2) sorted by relevance
63 APInt &Offset, bool IsNewFormat);66 bool IsNewFormat);69 bool IsNewFormat);
7225 bool IsNewFormat) { in verifyTBAABaseNode() argument7235 auto Result = verifyTBAABaseNodeImpl(I, BaseNode, IsNewFormat); in verifyTBAABaseNode()7244 bool IsNewFormat) { in verifyTBAABaseNodeImpl() argument7254 if (IsNewFormat) { in verifyTBAABaseNodeImpl()7269 if (IsNewFormat) { in verifyTBAABaseNodeImpl()7279 if (!IsNewFormat && !isa<MDString>(BaseNode->getOperand(0))) { in verifyTBAABaseNodeImpl()7292 unsigned FirstFieldOpNo = IsNewFormat ? 3 : 1; in verifyTBAABaseNodeImpl()7293 unsigned NumOpsPerField = IsNewFormat ? 3 : 2; in verifyTBAABaseNodeImpl()7338 if (IsNewFormat) { in verifyTBAABaseNodeImpl()7397 bool IsNewFormat) { in getFieldNodeFromTBAABaseNode() argument[all …]