Searched refs:replaceUse (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 456 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 891 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp() 894 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
|
| H A D | InstCombineCalls.cpp | 2809 replaceUse(II->getOperandUse(0), ConstantInt::getTrue(II->getContext())); in visitCallInst() 2871 replaceUse(const_cast<Use &>(U), UnderlyingObject); in visitCallInst() 3348 replaceUse(II->getOperandUse(ArgIdx), V); in visitCallInst()
|
| H A D | InstructionCombining.cpp | 3163 replaceUse(U, PoisonValue::get(PN.getType())); in addDeadEdge() 3993 replaceUse(*MaybePoisonOperand, FrozenMaybePoisonOperand); in pushFreezeToPreventPoisonFromPropagating() 4060 replaceUse(*StartU, FrozenStartV); in foldFreezeIntoRecurrence()
|
| H A D | InstCombineSimplifyDemanded.cpp | 99 replaceUse(U, NewVal); in SimplifyDemandedBits()
|
| H A D | InstCombineSelect.cpp | 1238 replaceUse(U, New); in replaceInInstruction() 3114 replaceUse(*Y, FI); in foldSelectOfBools()
|