Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp374 APInt UnsignedZero(BitWidth + 1, 0); in ProcessSwitchInst() local
436 APInt MaxPop(UnsignedZero); in ProcessSwitchInst()
465 APInt &Pop = Popularity.insert({I.BB, APInt(UnsignedZero)}).first->second; in ProcessSwitchInst()
502 for (APInt I(UnsignedZero); I.ult(MaxPop - 1); ++I) in ProcessSwitchInst()