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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp906 unsigned LHSElts = LTy->getNumElements(); local
913 for (unsigned i = 0; i != LHSElts; ++i) {
920 LHSElts *= 2;
929 llvm::NextPowerOf2(LHSElts-1)-1);

Completed in 49 milliseconds