Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp126 const KnownBits &WidthKnown) { in extractBits() argument
129 BitWidth, WidthKnown.getMaxValue().getLimitedValue(BitWidth)); in extractBits()
131 BitWidth, WidthKnown.getMinValue().getLimitedValue(BitWidth)); in extractBits()
540 KnownBits SrcOpKnown, OffsetKnown, WidthKnown; in computeKnownBitsImpl() local
545 computeKnownBitsImpl(MI.getOperand(3).getReg(), WidthKnown, DemandedElts, in computeKnownBitsImpl()
547 Known = extractBits(BitWidth, SrcOpKnown, OffsetKnown, WidthKnown); in computeKnownBitsImpl()
551 KnownBits SrcOpKnown, OffsetKnown, WidthKnown; in computeKnownBitsImpl() local
556 computeKnownBitsImpl(MI.getOperand(3).getReg(), WidthKnown, DemandedElts, in computeKnownBitsImpl()
558 Known = extractBits(BitWidth, SrcOpKnown, OffsetKnown, WidthKnown); in computeKnownBitsImpl()
563 /*Add*/ false, /*NSW*/ false, ExtKnown, WidthKnown); in computeKnownBitsImpl()