Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h445 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp723 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp()
726 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
H A DInstCombineInternal.h433 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
H A DInstCombineCalls.cpp2185 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 DInstCombineSimplifyDemanded.cpp81 replaceUse(U, NewVal); in SimplifyDemandedBits()
H A DInstCombineSelect.cpp1198 replaceUse(U, CmpRHS); in foldSelectValueEquivalence()
2772 replaceUse(*Y, FI); in visitSelectInst()
H A DInstructionCombining.cpp3800 replaceUse(*MaybePoisonOperand, FrozenMaybePoisonOperand); in pushFreezeToPreventPoisonFromPropagating()
3867 replaceUse(*StartU, FrozenStartV); in foldFreezeIntoRecurrence()