Searched refs:LHSOp0 (Results 1 – 2 of 2) sorted by relevance
2112 Value* LHSOp0 = nullptr; in visitShuffleVectorInst() local2118 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()2120 LHSOp0Width = LHSOp0->getType()->getVectorNumElements(); in visitShuffleVectorInst()2131 newLHS = LHSOp0; in visitShuffleVectorInst()2136 newLHS = LHSOp0; in visitShuffleVectorInst()2144 if (LHSOp0 == RHSOp0) { in visitShuffleVectorInst()2145 newLHS = LHSOp0; in visitShuffleVectorInst()
555 Constant *LHSOp0 = LHS->getOperand(0); in needsRelocation() local562 if (isa<BlockAddress>(LHSOp0) && isa<BlockAddress>(RHSOp0) && in needsRelocation()563 cast<BlockAddress>(LHSOp0)->getFunction() == in needsRelocation()568 if (auto *LHSGV = dyn_cast<GlobalValue>(LHSOp0->stripPointerCasts())) in needsRelocation()