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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp453 const BinaryOperator *BinOp2 = cast<BinaryOperator>(Stmt2); local
454 return BinOp1->getOpcode() == BinOp2->getOpcode();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp282 auto *BinOp2 = dyn_cast<BinaryOperator>(Cast->getOperand(0)); local
283 if (!BinOp2 || !BinOp2->hasOneUse() || BinOp2->getOpcode() != AssocOpcode)
288 !match(BinOp2->getOperand(1), m_Constant(C2)))
300 IC.replaceOperand(*Cast, 0, BinOp2->getOperand(0));

Completed in 124 milliseconds