Home
last modified time | relevance | path

Searched refs:RHSOp0 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp2114 Value* RHSOp0 = nullptr; in visitShuffleVectorInst() local
2123 RHSOp0 = RHSShuffle->getOperand(0); in visitShuffleVectorInst()
2124 RHSOp0Width = RHSOp0->getType()->getVectorNumElements(); in visitShuffleVectorInst()
2141 newRHS = RHSOp0; in visitShuffleVectorInst()
2144 if (LHSOp0 == RHSOp0) { in visitShuffleVectorInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp556 Constant *RHSOp0 = RHS->getOperand(0); in needsRelocation() local
562 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()