Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h444 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp666 replaceUse(Op, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp()
669 replaceUse(Op, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
H A DInstCombineInternal.h422 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
H A DInstCombineSimplifyDemanded.cpp81 replaceUse(U, NewVal); in SimplifyDemandedBits()
H A DInstCombineCalls.cpp1673 replaceUse(II->getOperandUse(0), ConstantInt::getTrue(II->getContext())); in visitCallInst()
2311 replaceUse(*I, CI->getOperand(0)); in visitCallBase()
H A DInstCombineSelect.cpp1161 replaceUse(U, CmpRHS); in foldSelectValueEquivalence()
2728 replaceUse(*Y, FI); in visitSelectInst()