Searched refs:getVectorElements (Results 1 – 4 of 4) sorted by relevance
97 void getVectorElements(SmallVectorImpl<Constant*> &Elts) const;
1966 C1->getVectorElements(C1Elts); in ConstantFoldCompareInstruction()1967 C2->getVectorElements(C2Elts); in ConstantFoldCompareInstruction()
278 void Constant::getVectorElements(SmallVectorImpl<Constant*> &Elts) const { in getVectorElements() function in Constant
2793 cast<Constant>(I.getOperand(2))->getVectorElements(MaskElts); in visitShuffleVector()