Searched refs:replaceInInstruction (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 742 bool replaceInInstruction(Value *V, Value *Old, Value *New,
|
H A D | InstCombineSelect.cpp | 1244 bool InstCombinerImpl::replaceInInstruction(Value *V, Value *Old, Value *New, in replaceInInstruction() function in InstCombinerImpl 1264 Changed |= replaceInInstruction(U, Old, New, Depth + 1); in replaceInInstruction() 1339 if (replaceInInstruction(TrueVal, OldOp, NewOp)) in foldSelectValueEquivalence()
|