Searched refs:NumSrcElts (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp67 unsigned NumSrcElts = VTy->getNumElements(); local
75 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElts);
88 for (unsigned i = 0; i != NumSrcElts; ++i) {
91 Result |= CDV->getElementAsInteger(NumSrcElts-i-1);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1556 unsigned NumSrcElts = VTy->getNumElements(); local
1559 if (NumDstElts == NumSrcElts) {
1564 for (unsigned i = 0; i != NumSrcElts; ++i)
1571 } else if (NumDstElts > NumSrcElts) {
1577 for (unsigned i = 0; i != NumSrcElts; ++i)
1593 if (getAccessedFieldNo(NumSrcElts - 1, Elts) == Mask.size())
1594 NumSrcElts--;
1597 for (unsigned i = 0; i != NumSrcElts; ++i)
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4169 unsigned NumSrcElts = SourceVecs[i].getValueType().getVectorNumElements(); local
4183 OffsetMultipliers[i] = CastVT.getVectorNumElements() / NumSrcElts;
4184 NumSrcElts *= OffsetMultipliers[i];
4194 } else if (NumSrcElts < NumElts) {
4204 assert(NumSrcElts == 2 * NumElts &&

Completed in 163 milliseconds