Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1787 unsigned NumElts1, NumElts2; in isCompatibleAggregate() local
1789 if (isHomogeneousAggregate(T1, NumElts1, EltTy1) && in isCompatibleAggregate()
1791 NumElts1 == NumElts2 && in isCompatibleAggregate()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2158 unsigned NumElts1 = VecTy1->getNumElements(); in ConcatenateTwoVectors() local
2160 assert(NumElts1 >= NumElts2 && "Unexpect the first vector has less elements"); in ConcatenateTwoVectors()
2162 if (NumElts1 > NumElts2) { in ConcatenateTwoVectors()
2165 getSequentialMask(Builder, NumElts2, NumElts1 - NumElts2); in ConcatenateTwoVectors()
2169 Constant *Mask = getSequentialMask(Builder, NumElts1 + NumElts2, 0); in ConcatenateTwoVectors()