Lines Matching defs:LR
447 ShuffleOps LR = CollectShuffleElements(VecOp, Mask, RHS);
448 assert(LR.second == nullptr || LR.second == RHS);
450 if (LR.first->getType() != RHS->getType()) {
462 return std::make_pair(LR.first, RHS);
563 ShuffleOps LR = CollectShuffleElements(&IE, Mask, nullptr);
567 if (LR.first != &IE && LR.second != &IE) {
569 if (LR.second == nullptr)
570 LR.second = UndefValue::get(LR.first->getType());
571 return new ShuffleVectorInst(LR.first, LR.second,