Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16364 const unsigned MinVLenB = Subtarget.getRealMinVLen() / 8; in computeKnownBitsForTargetNode() local
16366 assert(MinVLenB > 0 && "READ_VLENB without vector extension enabled?"); in computeKnownBitsForTargetNode()
16367 Known.Zero.setLowBits(Log2_32(MinVLenB)); in computeKnownBitsForTargetNode()
16369 if (MaxVLenB == MinVLenB) in computeKnownBitsForTargetNode()
16370 Known.One.setBit(Log2_32(MinVLenB)); in computeKnownBitsForTargetNode()