Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp3053 Value* RHSOp0 = nullptr; in visitShuffleVectorInst() local
3062 RHSOp0 = RHSShuffle->getOperand(0); in visitShuffleVectorInst()
3063 RHSOp0Width = cast<FixedVectorType>(RHSOp0->getType())->getNumElements(); in visitShuffleVectorInst()
3080 newRHS = RHSOp0; in visitShuffleVectorInst()
3083 if (LHSOp0 == RHSOp0) { in visitShuffleVectorInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h1248 const Value *RHSOp0, const Value *RHSOp1,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp656 Constant *RHSOp0 = RHS->getOperand(0); in getRelocationInfo() local
662 if (isa<BlockAddress>(LHSOp0) && isa<BlockAddress>(RHSOp0) && in getRelocationInfo()
664 cast<BlockAddress>(RHSOp0)->getFunction()) in getRelocationInfo()
669 dyn_cast<GlobalValue>(RHSOp0->stripInBoundsConstantOffsets())) { in getRelocationInfo()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp9145 const Value *RHSOp0, const Value *RHSOp1, in isImpliedCondAndOr() argument
9163 ALHS, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondAndOr()
9166 ARHS, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, Depth + 1)) in isImpliedCondAndOr()
9175 const Value *RHSOp0, const Value *RHSOp1, in isImpliedCondition() argument
9183 if (RHSOp0->getType()->isVectorTy() != LHS->getType()->isVectorTy()) in isImpliedCondition()
9196 return isImpliedCondICmps(LHSCmp, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue); in isImpliedCondition()
9205 return isImpliedCondAndOr(LHSI, RHSPred, RHSOp0, RHSOp1, DL, LHSIsTrue, in isImpliedCondition()