Home
last modified time | relevance | path

Searched refs:replaceInInstruction (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h720 bool replaceInInstruction(Value *V, Value *Old, Value *New,
H A DInstCombineSelect.cpp1225 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()