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 DGISelKnownBits.cpp135 const KnownBits &WidthKnown) { in extractBits() argument
138 BitWidth, WidthKnown.getMaxValue().getLimitedValue(BitWidth)); in extractBits()
140 BitWidth, WidthKnown.getMinValue().getLimitedValue(BitWidth)); in extractBits()
552 KnownBits SrcOpKnown, OffsetKnown, WidthKnown; in computeKnownBitsImpl() local
557 computeKnownBitsImpl(MI.getOperand(3).getReg(), WidthKnown, DemandedElts, in computeKnownBitsImpl()
559 Known = extractBits(BitWidth, SrcOpKnown, OffsetKnown, WidthKnown); in computeKnownBitsImpl()
563 KnownBits SrcOpKnown, OffsetKnown, WidthKnown; in computeKnownBitsImpl() local
568 computeKnownBitsImpl(MI.getOperand(3).getReg(), WidthKnown, DemandedElts, in computeKnownBitsImpl()
570 Known = extractBits(BitWidth, SrcOpKnown, OffsetKnown, WidthKnown); in computeKnownBitsImpl()
575 /*Add=*/false, /*NSW=*/false, /* NUW=*/false, ExtKnown, WidthKnown); in computeKnownBitsImpl()