Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h444 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp672 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp()
675 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
H A DInstCombineInternal.h425 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
H A DInstCombineCalls.cpp1714 replaceUse(II->getOperandUse(0), ConstantInt::getTrue(II->getContext())); in visitCallInst()
2054 replaceUse(II->getOperandUse(ArgIdx), V); in visitCallInst()
2406 replaceUse(*I, CI->getOperand(0)); in visitCallBase()
H A DInstCombineSimplifyDemanded.cpp81 replaceUse(U, NewVal); in SimplifyDemandedBits()
H A DInstCombineSelect.cpp1161 replaceUse(U, CmpRHS); in foldSelectValueEquivalence()
2748 replaceUse(*Y, FI); in visitSelectInst()
H A DInstructionCombining.cpp3595 replaceUse(*MaybePoisonOperand, FrozenMaybePoisonOperand); in pushFreezeToPreventPoisonFromPropagating()