Searched refs:replaceUse (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3000 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 D | InstCombineSimplifyDemanded.cpp | 103 replaceUse(U, UndefValue::get(V->getType())); in SimplifyDemandedBits() 130 replaceUse(U, NewVal); in SimplifyDemandedBits() 2071 replaceUse(U, NewVal); in SimplifyDemandedFPClass()
|
H A D | InstCombineMulDivRem.cpp | 1028 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp() 1031 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
|
H A D | InstructionCombining.cpp | 3582 replaceUse(U, PoisonValue::get(PN.getType())); in addDeadEdge() 4481 replaceUse(*MaybePoisonOperand, FrozenMaybePoisonOperand); in pushFreezeToPreventPoisonFromPropagating() 4548 replaceUse(*StartU, FrozenStartV); in foldFreezeIntoRecurrence()
|
H A D | InstCombineSelect.cpp | 1260 replaceUse(U, New); in replaceInInstruction() 3313 replaceUse(*Y, FI); in foldSelectOfBools()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 418 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
|