Home
last modified time | relevance | path

Searched refs:replaceUse (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h456 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp891 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp()
894 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
H A DInstCombineCalls.cpp2809 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 DInstructionCombining.cpp3163 replaceUse(U, PoisonValue::get(PN.getType())); in addDeadEdge()
3993 replaceUse(*MaybePoisonOperand, FrozenMaybePoisonOperand); in pushFreezeToPreventPoisonFromPropagating()
4060 replaceUse(*StartU, FrozenStartV); in foldFreezeIntoRecurrence()
H A DInstCombineSimplifyDemanded.cpp99 replaceUse(U, NewVal); in SimplifyDemandedBits()
H A DInstCombineSelect.cpp1238 replaceUse(U, New); in replaceInInstruction()
3114 replaceUse(*Y, FI); in foldSelectOfBools()