Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp487 Constant *InElt; in ConstantFoldShuffleVectorInstruction() local
489 InElt = UndefValue::get(EltTy); in ConstantFoldShuffleVectorInstruction()
492 InElt = in ConstantFoldShuffleVectorInstruction()
497 InElt = ConstantExpr::getExtractElement(V1, ConstantInt::get(Ty, Elt)); in ConstantFoldShuffleVectorInstruction()
499 Result.push_back(InElt); in ConstantFoldShuffleVectorInstruction()