Home
last modified time | relevance | path

Searched refs:LHSOp0 (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.cpp2112 Value* LHSOp0 = nullptr; in visitShuffleVectorInst() local
2118 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp555 Constant *LHSOp0 = LHS->getOperand(0); in needsRelocation() local
562 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()