Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3019 auto moveNotAfterMinMax = [&](Value *X, Value *Y) -> Instruction * { in visitSelectInst() local
3042 if (Instruction *I = moveNotAfterMinMax(LHS, RHS)) in visitSelectInst()
3044 if (Instruction *I = moveNotAfterMinMax(RHS, LHS)) in visitSelectInst()