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.cpp434 APInt MaxPop(UnsignedZero); in ProcessSwitchInst() local
464 if ((Pop += N).ugt(MaxPop)) { in ProcessSwitchInst()
465 MaxPop = Pop; in ProcessSwitchInst()
499 if (!MaxPop.isZero()) in ProcessSwitchInst()
500 for (APInt I(UnsignedZero); I.ult(MaxPop - 1); ++I) in ProcessSwitchInst()