Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DConstant.h97 void getVectorElements(SmallVectorImpl<Constant*> &Elts) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp1966 C1->getVectorElements(C1Elts); in ConstantFoldCompareInstruction()
1967 C2->getVectorElements(C2Elts); in ConstantFoldCompareInstruction()
DConstants.cpp278 void Constant::getVectorElements(SmallVectorImpl<Constant*> &Elts) const { in getVectorElements() function in Constant
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2793 cast<Constant>(I.getOperand(2))->getVectorElements(MaskElts); in visitShuffleVector()