Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp615 KnownBits ShiftKnown = KnownBits::sub(ExtKnown, WidthKnown); in computeKnownBitsImpl() local
616 Known = KnownBits::ashr(KnownBits::shl(Known, ShiftKnown), ShiftKnown); in computeKnownBitsImpl()