Searched refs:VLConst (Results 1 – 1 of 1) sorted by relevance
646 const auto *VLConst = dyn_cast<ConstantInt>(VLParam); in canIgnoreVectorLengthParam() local647 if (!VLConst) in canIgnoreVectorLengthParam()650 uint64_t VLNum = VLConst->getZExtValue(); in canIgnoreVectorLengthParam()