Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp154 const KnownBits &WidthKnown) { in extractBits() argument
157 BitWidth, WidthKnown.getMaxValue().getLimitedValue(BitWidth)); in extractBits()
159 BitWidth, WidthKnown.getMinValue().getLimitedValue(BitWidth)); in extractBits()
593 KnownBits SrcOpKnown, OffsetKnown, WidthKnown; in computeKnownBitsImpl() local
598 computeKnownBitsImpl(MI.getOperand(3).getReg(), WidthKnown, DemandedElts, in computeKnownBitsImpl()
600 Known = extractBits(BitWidth, SrcOpKnown, OffsetKnown, WidthKnown); in computeKnownBitsImpl()
604 KnownBits SrcOpKnown, OffsetKnown, WidthKnown; in computeKnownBitsImpl() local
609 computeKnownBitsImpl(MI.getOperand(3).getReg(), WidthKnown, DemandedElts, in computeKnownBitsImpl()
611 Known = extractBits(BitWidth, SrcOpKnown, OffsetKnown, WidthKnown); in computeKnownBitsImpl()
615 KnownBits ShiftKnown = KnownBits::sub(ExtKnown, WidthKnown); in computeKnownBitsImpl()