Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:replaceAllUsesWith

83     CI->replaceAllUsesWith(NewCI);
359 CI->replaceAllUsesWith(V);
371 CI->replaceAllUsesWith(V);
376 CI->replaceAllUsesWith(Constant::getNullValue(CI->getType()));
392 CI->replaceAllUsesWith(LowerCTPOP(Context, CI->getArgOperand(0), CI));
396 CI->replaceAllUsesWith(LowerBSWAP(Context, CI->getArgOperand(0), CI));
400 CI->replaceAllUsesWith(LowerCTLZ(Context, CI->getArgOperand(0), CI));
411 CI->replaceAllUsesWith(Src);
423 CI->replaceAllUsesWith(Constant::getNullValue(CI->getType()));
432 CI->replaceAllUsesWith(ConstantPointerNull::get(
444 CI->replaceAllUsesWith(ConstantInt::get(Type::getInt64Ty(Context), 0));
453 CI->replaceAllUsesWith(ConstantInt::get(CI->getType(), 1));
459 CI->replaceAllUsesWith(CI->getOperand(0));
532 CI->replaceAllUsesWith(ConstantInt::get(CI->getType(), 1));
537 CI->replaceAllUsesWith(UndefValue::get(CI->getType()));
568 CI->replaceAllUsesWith(Op);