Searched refs:MinMaxSinkInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp172 struct MinMaxSinkInfo { struct
180 MinMaxSinkInfo(ICmpInst *ICmp, Value *Other, ICmpInst::Predicate Predicate) function in struct:MinMaxSinkInfo
192 auto IsMinMaxCall = [=](Value *V, MinMaxSinkInfo &Info) {
228 MinMaxSinkInfo &Info) {
243 SmallVector<MinMaxSinkInfo, 2> SinkList;
258 MinMaxSinkInfo First(ICmp, ICmp->getOperand(1),
260 MinMaxSinkInfo Second(ICmp, ICmp->getOperand(0), ICmp->getPredicate());

Completed in 91 milliseconds