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.cpp2027 unsigned KnownZeroFirstBit = Log2_32(MaxVL) + 1; in computeKnownBitsFromOperator() local
2028 if (BitWidth > KnownZeroFirstBit) in computeKnownBitsFromOperator()
2029 Known.Zero.setBitsFrom(KnownZeroFirstBit); in computeKnownBitsFromOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21068 unsigned KnownZeroFirstBit = Log2_32(MaxVL) + 1; in computeKnownBitsForTargetNode() local
21069 if (BitWidth > KnownZeroFirstBit) in computeKnownBitsForTargetNode()
21070 Known.Zero.setBitsFrom(KnownZeroFirstBit); in computeKnownBitsForTargetNode()