Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1870 auto moveNotAfterMinMax = [&](Value *X, Value *Y) -> Instruction * { in visitSelectInst() local
1893 if (Instruction *I = moveNotAfterMinMax(LHS, RHS)) in visitSelectInst()
1895 if (Instruction *I = moveNotAfterMinMax(RHS, LHS)) in visitSelectInst()