Lines Matching defs:IsNewFormat
7398 bool IsNewFormat) {
7408 auto Result = verifyTBAABaseNodeImpl(I, BaseNode, IsNewFormat);
7417 bool IsNewFormat) {
7427 if (IsNewFormat) {
7442 if (IsNewFormat) {
7452 if (!IsNewFormat && !isa<MDString>(BaseNode->getOperand(0))) {
7465 unsigned FirstFieldOpNo = IsNewFormat ? 3 : 1;
7466 unsigned NumOpsPerField = IsNewFormat ? 3 : 2;
7511 if (IsNewFormat) {
7570 bool IsNewFormat) {
7579 unsigned FirstFieldOpNo = IsNewFormat ? 3 : 1;
7580 unsigned NumOpsPerField = IsNewFormat ? 3 : 2;
7635 bool IsNewFormat = isNewFormatTBAATypeNode(AccessType);
7637 if (IsNewFormat) {
7646 if (IsNewFormat) {
7653 unsigned ImmutabilityFlagOpNo = IsNewFormat ? 4 : 3;
7671 if (!IsNewFormat) {
7687 IsNewFormat)) {
7696 IsNewFormat);
7711 (IsNewFormat && BaseNodeBitWidth == ~0u),
7715 if (IsNewFormat && SeenAccessTypeInPath)