Home
last modified time | relevance | path

Searched defs:MulRHS (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1246 const Value *MulRHS = cast<MulOperator>(RHS)->getOperand(1); in emitAddSub() local
1615 const Value *MulRHS = cast<MulOperator>(RHS)->getOperand(1); in emitLogicalOp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3544 Value *MulRHS; in matchFMulByZeroIfResultEqZero() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp893 if (const SCEVMulExpr *MulRHS = dyn_cast<SCEVMulExpr>(RHS)) { in getExactSDiv() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp13710 SDValue MulRHS = LHS.getOperand(1); in tryFoldToMad64_32() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp15298 auto *MulRHS = Mul->getOperand(1); in collect() local