Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16401 unsigned KnownZeroFirstBit = Log2_32(MaxVL) + 1; in computeKnownBitsForTargetNode() local
16402 if (BitWidth > KnownZeroFirstBit) in computeKnownBitsForTargetNode()
16403 Known.Zero.setBitsFrom(KnownZeroFirstBit); in computeKnownBitsForTargetNode()