Searched refs:replaceUse (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 449 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 817 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp() 820 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
|
H A D | InstCombineCalls.cpp | 2342 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 D | InstCombineSimplifyDemanded.cpp | 81 replaceUse(U, NewVal); in SimplifyDemandedBits()
|
H A D | InstCombineSelect.cpp | 1198 IC.replaceUse(U, New); in replaceInInstruction() 2994 replaceUse(*Y, FI); in foldSelectOfBools()
|
H A D | InstructionCombining.cpp | 3860 replaceUse(*MaybePoisonOperand, FrozenMaybePoisonOperand); in pushFreezeToPreventPoisonFromPropagating() 3927 replaceUse(*StartU, FrozenStartV); in foldFreezeIntoRecurrence()
|