Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16388 bool HasAVL = IntNo == Intrinsic::riscv_vsetvli; in computeKnownBitsForTargetNode() local
16389 unsigned VSEW = Op.getConstantOperandVal(HasAVL + 1); in computeKnownBitsForTargetNode()
16391 static_cast<RISCVII::VLMUL>(Op.getConstantOperandVal(HasAVL + 2)); in computeKnownBitsForTargetNode()
16398 if (HasAVL && isa<ConstantSDNode>(Op.getOperand(1))) in computeKnownBitsForTargetNode()