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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp321 BinaryOperator *RHSBinOp = cast<BinaryOperator>(RHSI); local
324 return LHSBinOp->getOperand(0) == RHSBinOp->getOperand(1) &&
325 LHSBinOp->getOperand(1) == RHSBinOp->getOperand(0);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3414 if (auto *RHSBinOp = dyn_cast<llvm::BinaryOperator>(op.RHS)) {
3415 if (RHSBinOp->getOpcode() == llvm::Instruction::FMul &&
3416 RHSBinOp->use_empty())
3417 return buildFMulAdd(RHSBinOp, op.LHS, CGF, Builder, isSub, false);

Completed in 136 milliseconds