Searched refs:AVLInt (Results 1 – 1 of 1) sorted by relevance
8855 uint64_t AVLInt = AVL->getAsZExtVal(); in lowerVectorIntrinsicScalars() 8856 if (AVLInt <= MinVLMAX) { in lowerVectorIntrinsicScalars() 8857 I32VL = DAG.getConstant(2 * AVLInt, DL, XLenVT); in lowerVectorIntrinsicScalars() 8858 } else if (AVLInt >= 2 * MaxVLMAX) { in lowerVectorIntrinsicScalars() 8853 uint64_t AVLInt = AVL->getAsZExtVal(); lowerVectorIntrinsicScalars() local