Home
last modified time | relevance | path

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

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