Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp436 APInt MaxPop(UnsignedZero); in ProcessSwitchInst() local
466 if ((Pop += N).ugt(MaxPop)) { in ProcessSwitchInst()
467 MaxPop = Pop; in ProcessSwitchInst()
501 if (!MaxPop.isZero()) in ProcessSwitchInst()
502 for (APInt I(UnsignedZero); I.ult(MaxPop - 1); ++I) in ProcessSwitchInst()