reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
284 return Node->getOperand(isNewFormat() ? 2 : 0); 288 unsigned FirstFieldOpNo = isNewFormat() ? 3 : 1; 289 unsigned NumOpsPerField = isNewFormat() ? 3 : 2; 294 unsigned FirstFieldOpNo = isNewFormat() ? 3 : 1; 295 unsigned NumOpsPerField = isNewFormat() ? 3 : 2; 304 bool NewFormat = isNewFormat(); 551 if (TBAAStructTypeNode(AccessType).isNewFormat()) {