Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1185 static bool replaceInInstruction(Value *V, Value *Old, Value *New, in replaceInInstruction() function
1201 Changed |= replaceInInstruction(U, Old, New, IC, Depth + 1); in replaceInInstruction()
1257 if (replaceInInstruction(TrueVal, CmpLHS, CmpRHS, *this)) in foldSelectValueEquivalence()