Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp997 Constant *InElt; in ConstantFoldShuffleVectorInstruction() local
999 InElt = UndefValue::get(EltTy); in ConstantFoldShuffleVectorInstruction()
1002 InElt = in ConstantFoldShuffleVectorInstruction()
1007 InElt = ConstantExpr::getExtractElement(V1, ConstantInt::get(Ty, Elt)); in ConstantFoldShuffleVectorInstruction()
1009 Result.push_back(InElt); in ConstantFoldShuffleVectorInstruction()