Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp362 if (auto *ValFVTy = dyn_cast<FixedVectorType>(Val->getType())) { in ConstantFoldExtractElementInstruction() local
364 if (CIdx->uge(ValFVTy->getNumElements())) in ConstantFoldExtractElementInstruction()
365 return PoisonValue::get(ValFVTy->getElementType()); in ConstantFoldExtractElementInstruction()