Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1387 auto moveNotAfterMinMax = [&](Value *X, Value *Y) -> Instruction * { in visitCallInst() local
1400 if (Instruction *I = moveNotAfterMinMax(I0, I1)) in visitCallInst()
1402 if (Instruction *I = moveNotAfterMinMax(I1, I0)) in visitCallInst()