Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h449 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp817 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp()
820 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
H A DInstCombineCalls.cpp2342 replaceUse(II->getOperandUse(0), ConstantInt::getTrue(II->getContext())); in visitCallInst()
2850 replaceUse(II->getOperandUse(ArgIdx), V); in visitCallInst()
3211 replaceUse(*I, CI->getOperand(0)); in visitCallBase()
H A DInstCombineSimplifyDemanded.cpp81 replaceUse(U, NewVal); in SimplifyDemandedBits()
H A DInstCombineSelect.cpp1198 IC.replaceUse(U, New); in replaceInInstruction()
2994 replaceUse(*Y, FI); in foldSelectOfBools()
H A DInstructionCombining.cpp3860 replaceUse(*MaybePoisonOperand, FrozenMaybePoisonOperand); in pushFreezeToPreventPoisonFromPropagating()
3927 replaceUse(*StartU, FrozenStartV); in foldFreezeIntoRecurrence()