Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1741 auto moveNotAfterMinMax = [&](Value *X, Value *Y) -> Instruction * { in visitCallInst() local
1754 if (Instruction *I = moveNotAfterMinMax(I0, I1)) in visitCallInst()
1756 if (Instruction *I = moveNotAfterMinMax(I1, I0)) in visitCallInst()