Searched defs:FElts (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2382 unsigned FElts = FTy->getNumElements(); local
2395 if (!FElts) {
2404 if (FElts > LElts)
2412 assert(FElts <= LElts && "Should have handled this case earlier!");
2424 assert(FElts > 0 && "Should have eliminated the empty filter earlier!");
2441 for (unsigned f = 0; f != FElts; ++f) {

Completed in 125 milliseconds