Searched refs:LHSOp0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2219 Value* LHSOp0 = nullptr;
2225 LHSOp0 = LHSShuffle->getOperand(0);
2227 LHSOp0Width = cast<VectorType>(LHSOp0->getType())->getNumElements();
2238 newLHS = LHSOp0;
2243 newLHS = LHSOp0;
2251 if (LHSOp0 == RHSOp0) {
2252 newLHS = LHSOp0;
2312 // If newRHS == nullptr, i.e. LHSOp0 == RHSOp0, we want to remap any
2313 // references from RHSOp0 to LHSOp0, so we don't need to shift the mask.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp636 Constant *LHSOp0 = LHS->getOperand(0); local
643 if (isa<BlockAddress>(LHSOp0) && isa<BlockAddress>(RHSOp0) &&
644 cast<BlockAddress>(LHSOp0)->getFunction() ==
649 if (auto *LHSGV = dyn_cast<GlobalValue>(LHSOp0->stripPointerCasts()))

Completed in 130 milliseconds