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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3234 unsigned LElts = LTy->getNumElements(); local
3236 if (FElts > LElts)
3244 assert(FElts <= LElts && "Should have handled this case earlier!");
3257 for (unsigned l = 0; l != LElts; ++l)
3276 for (unsigned l = 0; l != LElts; ++l) {

Completed in 173 milliseconds