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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2402 unsigned LElts = LTy->getNumElements(); local
2404 if (FElts > LElts)
2412 assert(FElts <= LElts && "Should have handled this case earlier!");
2425 for (unsigned l = 0; l != LElts; ++l)
2444 for (unsigned l = 0; l != LElts; ++l) {

Completed in 358 milliseconds