Home | History | Annotate | Download | only in llvm

Lines Matching refs:Num

206   bool uge(uint64_t Num) const {
207 return Val.getActiveBits() > 64 || Val.getZExtValue() >= Num;