Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp984 KnownBits KnownCnt = computeKnownBits(I.getOperand(1), /* Depth */ 0, Q); in setShiftFlags() local
985 unsigned BitWidth = KnownCnt.getBitWidth(); in setShiftFlags()
988 uint64_t MaxCnt = KnownCnt.getMaxValue().getLimitedValue(BitWidth - 1); in setShiftFlags()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2725 KnownBits KnownCnt = in isNonZeroShift() local
2727 APInt MaxShift = KnownCnt.getMaxValue(); in isNonZeroShift()