Lines Matching defs:IsNewFormat
7225 bool IsNewFormat) {
7235 auto Result = verifyTBAABaseNodeImpl(I, BaseNode, IsNewFormat);
7244 bool IsNewFormat) {
7254 if (IsNewFormat) {
7269 if (IsNewFormat) {
7279 if (!IsNewFormat && !isa<MDString>(BaseNode->getOperand(0))) {
7292 unsigned FirstFieldOpNo = IsNewFormat ? 3 : 1;
7293 unsigned NumOpsPerField = IsNewFormat ? 3 : 2;
7338 if (IsNewFormat) {
7397 bool IsNewFormat) {
7406 unsigned FirstFieldOpNo = IsNewFormat ? 3 : 1;
7407 unsigned NumOpsPerField = IsNewFormat ? 3 : 2;
7462 bool IsNewFormat = isNewFormatTBAATypeNode(AccessType);
7464 if (IsNewFormat) {
7473 if (IsNewFormat) {
7480 unsigned ImmutabilityFlagOpNo = IsNewFormat ? 4 : 3;
7498 if (!IsNewFormat) {
7514 IsNewFormat)) {
7523 IsNewFormat);
7538 (IsNewFormat && BaseNodeBitWidth == ~0u),
7542 if (IsNewFormat && SeenAccessTypeInPath)