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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp994 unsigned LHSElts = LTy->getNumElements(); local
1001 for (unsigned i = 0; i != LHSElts; ++i) {
1008 LHSElts *= 2;
1017 llvm::ConstantInt::get(MTy, llvm::NextPowerOf2(LHSElts - 1) - 1);

Completed in 72 milliseconds