Searched refs:replaceUse (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 444 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 672 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp() 675 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
|
| H A D | InstCombineInternal.h | 425 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
|
| H A D | InstCombineCalls.cpp | 1714 replaceUse(II->getOperandUse(0), ConstantInt::getTrue(II->getContext())); in visitCallInst() 2054 replaceUse(II->getOperandUse(ArgIdx), V); in visitCallInst() 2406 replaceUse(*I, CI->getOperand(0)); in visitCallBase()
|
| H A D | InstCombineSimplifyDemanded.cpp | 81 replaceUse(U, NewVal); in SimplifyDemandedBits()
|
| H A D | InstCombineSelect.cpp | 1161 replaceUse(U, CmpRHS); in foldSelectValueEquivalence() 2748 replaceUse(*Y, FI); in visitSelectInst()
|
| H A D | InstructionCombining.cpp | 3595 replaceUse(*MaybePoisonOperand, FrozenMaybePoisonOperand); in pushFreezeToPreventPoisonFromPropagating()
|