Home
last modified time | relevance | path

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

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