Searched refs:replaceUse (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 445 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 723 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp() 726 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
|
| H A D | InstCombineInternal.h | 433 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
|
| H A D | InstCombineCalls.cpp | 2185 replaceUse(II->getOperandUse(0), ConstantInt::getTrue(II->getContext())); in visitCallInst() 2675 replaceUse(II->getOperandUse(ArgIdx), V); in visitCallInst() 3036 replaceUse(*I, CI->getOperand(0)); in visitCallBase()
|
| H A D | InstCombineSimplifyDemanded.cpp | 81 replaceUse(U, NewVal); in SimplifyDemandedBits()
|
| H A D | InstCombineSelect.cpp | 1198 replaceUse(U, CmpRHS); in foldSelectValueEquivalence() 2772 replaceUse(*Y, FI); in visitSelectInst()
|
| H A D | InstructionCombining.cpp | 3800 replaceUse(*MaybePoisonOperand, FrozenMaybePoisonOperand); in pushFreezeToPreventPoisonFromPropagating() 3867 replaceUse(*StartU, FrozenStartV); in foldFreezeIntoRecurrence()
|