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.cpp265 bool SecondMinMax = IsMinMaxCall(ICmp->getOperand(1), Second); in sinkMinMaxInBB() local
266 if (!(FirstMinMax ^ SecondMinMax)) in sinkMinMaxInBB()