Searched refs:ValFVTy (Results 1 – 1 of 1) sorted by relevance
627 if (auto *ValFVTy = dyn_cast<FixedVectorType>(Val->getType())) { in ConstantFoldExtractElementInstruction() local629 if (CIdx->uge(ValFVTy->getNumElements())) in ConstantFoldExtractElementInstruction()630 return PoisonValue::get(ValFVTy->getElementType()); in ConstantFoldExtractElementInstruction()