Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp262 bool SecondMinMax = IsMinMaxCall(ICmp->getOperand(1), Second); in sinkMinMaxInBB() local
263 if (!(FirstMinMax ^ SecondMinMax)) in sinkMinMaxInBB()