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

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp61 unsigned NumSrcElts = CDV->getType()->getNumElements(); local
70 VectorType::get(IntegerType::get(C->getContext(), FPWidth), NumSrcElts);
80 for (unsigned i = 0; i != NumSrcElts; ++i) {
83 Result |= CDV->getElementAsInteger(NumSrcElts-i-1);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1474 unsigned NumSrcElts = VTy->getNumElements(); local
1477 if (NumDstElts == NumSrcElts) {
1482 for (unsigned i = 0; i != NumSrcElts; ++i)
1489 } else if (NumDstElts > NumSrcElts) {
1495 for (unsigned i = 0; i != NumSrcElts; ++i)
1509 for (unsigned i = 0; i != NumSrcElts; ++i)

Completed in 121 milliseconds