Searched refs:AVLInt (Results 1 – 1 of 1) sorted by relevance
5516 uint64_t AVLInt = cast<ConstantSDNode>(AVL)->getZExtValue(); in lowerVectorIntrinsicScalars() local5517 if (AVLInt <= MinVLMAX) { in lowerVectorIntrinsicScalars()5518 I32VL = DAG.getConstant(2 * AVLInt, DL, XLenVT); in lowerVectorIntrinsicScalars()5519 } else if (AVLInt >= 2 * MaxVLMAX) { in lowerVectorIntrinsicScalars()