Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp127 const KnownBits &WidthKnown) { in extractBits() argument
130 BitWidth, WidthKnown.getMaxValue().getLimitedValue(BitWidth)); in extractBits()
132 BitWidth, WidthKnown.getMinValue().getLimitedValue(BitWidth)); in extractBits()
543 KnownBits SrcOpKnown, OffsetKnown, WidthKnown; in computeKnownBitsImpl() local
548 computeKnownBitsImpl(MI.getOperand(3).getReg(), WidthKnown, DemandedElts, in computeKnownBitsImpl()
550 Known = extractBits(BitWidth, SrcOpKnown, OffsetKnown, WidthKnown); in computeKnownBitsImpl()
554 KnownBits SrcOpKnown, OffsetKnown, WidthKnown; in computeKnownBitsImpl() local
559 computeKnownBitsImpl(MI.getOperand(3).getReg(), WidthKnown, DemandedElts, in computeKnownBitsImpl()
561 Known = extractBits(BitWidth, SrcOpKnown, OffsetKnown, WidthKnown); in computeKnownBitsImpl()
566 /*Add*/ false, /*NSW*/ false, ExtKnown, WidthKnown); in computeKnownBitsImpl()