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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1661 unsigned LElts = LTy->getNumElements(); local
1663 if (FElts > LElts)
1671 assert(FElts <= LElts && "Should have handled this case earlier!");
1684 for (unsigned l = 0; l != LElts; ++l)
1703 for (unsigned l = 0; l != LElts; ++l) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2631 unsigned LElts = LTy->getNumElements(); local
2633 if (FElts > LElts)
2641 assert(FElts <= LElts && "Should have handled this case earlier!");
2654 for (unsigned l = 0; l != LElts; ++l)
2673 for (unsigned l = 0; l != LElts; ++l) {

Completed in 80 milliseconds