reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
826 bool Upgraded = UpgradeIntrinsicFunction1(F, NewFn); 827 assert(F != NewFn && "Intrinsic function upgraded to the same function"); 831 F = NewFn; 832 if (Intrinsic::ID id = F->getIntrinsicID()) 833 F->setAttributes(Intrinsic::getAttributes(F->getContext(), id)); 833 F->setAttributes(Intrinsic::getAttributes(F->getContext(), id));