Searched refs:RHSOp0 (Results 1 – 2 of 2) sorted by relevance
2114 Value* RHSOp0 = nullptr; in visitShuffleVectorInst() local2123 RHSOp0 = RHSShuffle->getOperand(0); in visitShuffleVectorInst()2124 RHSOp0Width = RHSOp0->getType()->getVectorNumElements(); in visitShuffleVectorInst()2141 newRHS = RHSOp0; in visitShuffleVectorInst()2144 if (LHSOp0 == RHSOp0) { in visitShuffleVectorInst()
556 Constant *RHSOp0 = RHS->getOperand(0); in needsRelocation() local562 if (isa<BlockAddress>(LHSOp0) && isa<BlockAddress>(RHSOp0) && in needsRelocation()564 cast<BlockAddress>(RHSOp0)->getFunction()) in needsRelocation()569 if (auto *RHSGV = dyn_cast<GlobalValue>(RHSOp0->stripPointerCasts())) in needsRelocation()