Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ReplaceAllUsesWith

975   /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
990 void ReplaceAllUsesWith(SDValue From, SDValue Op);
991 void ReplaceAllUsesWith(SDNode *From, SDNode *To);
992 void ReplaceAllUsesWith(SDNode *From, const SDValue *To);