Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1854 unsigned KnownZeroFirstBit = Log2_32(MaxVL) + 1; in computeKnownBitsFromOperator() local
1855 if (BitWidth > KnownZeroFirstBit) in computeKnownBitsFromOperator()
1856 Known.Zero.setBitsFrom(KnownZeroFirstBit); in computeKnownBitsFromOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17937 unsigned KnownZeroFirstBit = Log2_32(MaxVL) + 1; in computeKnownBitsForTargetNode() local
17938 if (BitWidth > KnownZeroFirstBit) in computeKnownBitsForTargetNode()
17939 Known.Zero.setBitsFrom(KnownZeroFirstBit); in computeKnownBitsForTargetNode()