Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp3051 Value* LHSOp0 = nullptr; in visitShuffleVectorInst() local
3057 LHSOp0 = LHSShuffle->getOperand(0); in visitShuffleVectorInst()
3059 LHSOp0Width = cast<FixedVectorType>(LHSOp0->getType())->getNumElements(); in visitShuffleVectorInst()
3070 newLHS = LHSOp0; in visitShuffleVectorInst()
3075 newLHS = LHSOp0; in visitShuffleVectorInst()
3083 if (LHSOp0 == RHSOp0) { in visitShuffleVectorInst()
3084 newLHS = LHSOp0; in visitShuffleVectorInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp655 Constant *LHSOp0 = LHS->getOperand(0); in getRelocationInfo() local
662 if (isa<BlockAddress>(LHSOp0) && isa<BlockAddress>(RHSOp0) && in getRelocationInfo()
663 cast<BlockAddress>(LHSOp0)->getFunction() == in getRelocationInfo()
670 auto *LHS = LHSOp0->stripInBoundsConstantOffsets(); in getRelocationInfo()