Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3000 replaceUse(II->getOperandUse(0), ConstantInt::getTrue(II->getContext())); in visitCallInst()
3062 replaceUse(const_cast<Use &>(U), UnderlyingObject); in visitCallInst()
3357 replaceUse(II->getOperandUse(0), NewOp); in visitCallInst()
3395 replaceUse(II->getOperandUse(0), NewOp); in visitCallInst()
3430 replaceUse(II->getOperandUse(0), NewOp); in visitCallInst()
3460 replaceUse(II->getOperandUse(0), NewOp); in visitCallInst()
3491 replaceUse(II->getOperandUse(0), NewOp); in visitCallInst()
3533 replaceUse(II->getOperandUse(0), NewOp); in visitCallInst()
3568 replaceUse(II->getOperandUse(ArgIdx), NewOp); in visitCallInst()
H A DInstCombineSimplifyDemanded.cpp103 replaceUse(U, UndefValue::get(V->getType())); in SimplifyDemandedBits()
130 replaceUse(U, NewVal); in SimplifyDemandedBits()
2071 replaceUse(U, NewVal); in SimplifyDemandedFPClass()
H A DInstCombineMulDivRem.cpp1028 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp()
1031 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
H A DInstructionCombining.cpp3582 replaceUse(U, PoisonValue::get(PN.getType())); in addDeadEdge()
4481 replaceUse(*MaybePoisonOperand, FrozenMaybePoisonOperand); in pushFreezeToPreventPoisonFromPropagating()
4548 replaceUse(*StartU, FrozenStartV); in foldFreezeIntoRecurrence()
H A DInstCombineSelect.cpp1260 replaceUse(U, New); in replaceInInstruction()
3313 replaceUse(*Y, FI); in foldSelectOfBools()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h418 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function