Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp449 const BinaryOperator *BinOp2 = cast<BinaryOperator>(Stmt2); in isIdenticalStmt() local
450 return BinOp1->getOpcode() == BinOp2->getOpcode(); in isIdenticalStmt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp251 auto *BinOp2 = dyn_cast<BinaryOperator>(Cast->getOperand(0)); in simplifyAssocCastAssoc() local
252 if (!BinOp2 || !BinOp2->hasOneUse() || BinOp2->getOpcode() != AssocOpcode) in simplifyAssocCastAssoc()
257 !match(BinOp2->getOperand(1), m_Constant(C2))) in simplifyAssocCastAssoc()
269 Cast->setOperand(0, BinOp2->getOperand(0)); in simplifyAssocCastAssoc()