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

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2479 ExtractElementInst *LEE = dyn_cast<ExtractElementInst>(LOp); local
2493 if ((LEE || LSV) && (HEE || HSV) && !IsSizeChangeShuffle) {
2497 if (LEE) {
2498 I1 = LEE->getOperand(0);
2544 if (LEE) {
2546 cast<ConstantInt>(LEE->getOperand(1))->getSExtValue();
2547 INum = LEE->getOperand(0) == I1 ? 0 : 1;

Completed in 310 milliseconds