reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3486 if (InstInfo.hasUndefFlags()) 3487 InstInfo.InferredFrom = PatDef; 3490 if (InstInfo.hasSideEffects != PatInfo.hasSideEffects && 3491 !InstInfo.hasSideEffects_Unset) { 3495 if (!InstInfo.hasSideEffects) { 3498 Twine(InstInfo.hasSideEffects)); 3502 if (InstInfo.mayStore != PatInfo.mayStore && !InstInfo.mayStore_Unset) { 3502 if (InstInfo.mayStore != PatInfo.mayStore && !InstInfo.mayStore_Unset) { 3505 Twine(InstInfo.mayStore)); 3508 if (InstInfo.mayLoad != PatInfo.mayLoad && !InstInfo.mayLoad_Unset) { 3508 if (InstInfo.mayLoad != PatInfo.mayLoad && !InstInfo.mayLoad_Unset) { 3511 if (!InstInfo.mayLoad) { 3514 Twine(InstInfo.mayLoad)); 3519 InstInfo.hasSideEffects |= PatInfo.hasSideEffects; 3520 InstInfo.mayStore |= PatInfo.mayStore; 3521 InstInfo.mayLoad |= PatInfo.mayLoad; 3527 InstInfo.isBitcast |= PatInfo.isBitcast; 3528 InstInfo.hasChain |= PatInfo.hasChain; 3529 InstInfo.hasChain_Inferred = true;