Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5516 uint64_t AVLInt = cast<ConstantSDNode>(AVL)->getZExtValue(); in lowerVectorIntrinsicScalars() local
5517 if (AVLInt <= MinVLMAX) { in lowerVectorIntrinsicScalars()
5518 I32VL = DAG.getConstant(2 * AVLInt, DL, XLenVT); in lowerVectorIntrinsicScalars()
5519 } else if (AVLInt >= 2 * MaxVLMAX) { in lowerVectorIntrinsicScalars()