Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16394 uint64_t MaxVL = Subtarget.getRealMaxVLen() / SEW; in computeKnownBitsForTargetNode() local
16395 MaxVL = (Fractional) ? MaxVL / LMul : MaxVL * LMul; in computeKnownBitsForTargetNode()
16399 MaxVL = std::min(MaxVL, Op.getConstantOperandVal(1)); in computeKnownBitsForTargetNode()
16401 unsigned KnownZeroFirstBit = Log2_32(MaxVL) + 1; in computeKnownBitsForTargetNode()