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