Searched refs:replaceInInstruction (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 720 bool replaceInInstruction(Value *V, Value *Old, Value *New,
|
| H A D | InstCombineSelect.cpp | 1225 bool InstCombinerImpl::replaceInInstruction(Value *V, Value *Old, Value *New, in replaceInInstruction() function in InstCombinerImpl 1242 Changed |= replaceInInstruction(U, Old, New, Depth + 1); in replaceInInstruction() 1302 if (replaceInInstruction(TrueVal, CmpLHS, CmpRHS)) in foldSelectValueEquivalence()
|