Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1366 auto moveNotAfterMinMax = [&](Value *X, Value *Y) -> Instruction * { in visitCallInst() local
1379 if (Instruction *I = moveNotAfterMinMax(I0, I1)) in visitCallInst()
1381 if (Instruction *I = moveNotAfterMinMax(I1, I0)) in visitCallInst()