Home
last modified time | relevance | path

Searched defs:MaxCnt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp988 uint64_t MaxCnt = KnownCnt.getMaxValue().getLimitedValue(BitWidth - 1); in setShiftFlags() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5549 APInt MaxCnt = computeKnownBits(Op.getOperand(1), Depth + 1).getMaxValue(); in isKnownNeverZero() local
5612 APInt MaxCnt = computeKnownBits(Op.getOperand(1), Depth + 1).getMaxValue(); in isKnownNeverZero() local