Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp836 static Constant *GetVectorElement(Constant *C, unsigned EltNo) { in GetVectorElement() function
861 Constant *InElt = GetVectorElement(Mask, i); in ConstantFoldShuffleVectorInstruction()
871 InElt = GetVectorElement(V2, Elt - SrcNumElts); in ConstantFoldShuffleVectorInstruction()
873 InElt = GetVectorElement(V1, Elt); in ConstantFoldShuffleVectorInstruction()