Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp892 Constant *InElt; in ConstantFoldShuffleVectorInstruction() local
894 InElt = UndefValue::get(EltTy); in ConstantFoldShuffleVectorInstruction()
897 InElt = in ConstantFoldShuffleVectorInstruction()
902 InElt = ConstantExpr::getExtractElement(V1, ConstantInt::get(Ty, Elt)); in ConstantFoldShuffleVectorInstruction()
904 Result.push_back(InElt); in ConstantFoldShuffleVectorInstruction()