Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17904 const unsigned MaxVLenB = Subtarget.getRealMaxVLen() / 8; in computeKnownBitsForTargetNode()
17907 Known.Zero.setBitsFrom(Log2_32(MaxVLenB)+1); in computeKnownBitsForTargetNode()
17908 if (MaxVLenB == MinVLenB) in computeKnownBitsForTargetNode()
17901 const unsigned MaxVLenB = Subtarget.getRealMaxVLen() / 8; computeKnownBitsForTargetNode() local