Home
last modified time | relevance | path

Searched defs:BinOp1 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp452 const BinaryOperator *BinOp1 = cast<BinaryOperator>(Stmt1); in isIdenticalStmt() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp684 Value *BinOp1 = BinOp->getOperand(1); in narrowBinOp() local
H A DInstructionCombining.cpp330 static bool simplifyAssocCastAssoc(BinaryOperator *BinOp1, in simplifyAssocCastAssoc()