Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h432 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h409 void replaceUse(Use &U, Value *NewValue) { in replaceUse() function
DInstCombineMulDivRem.cpp652 replaceUse(*I, SI->getOperand(NonNullOperand)); in simplifyDivRemOfSelectWithZeroOp()
655 replaceUse(*I, NonNullOperand == 1 ? ConstantInt::getTrue(CondTy) in simplifyDivRemOfSelectWithZeroOp()
DInstCombineSimplifyDemanded.cpp81 replaceUse(U, NewVal); in SimplifyDemandedBits()
DInstCombineCalls.cpp2078 replaceUse(*I, CI->getOperand(0)); in visitCallBase()