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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp431 const BinaryOperator *BinOp1 = cast<BinaryOperator>(Stmt1); local
433 return BinOp1->getOpcode() == BinOp2->getOpcode();
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1916 BinaryOperator *BinOp1 = cast<BinaryOperator>(VL1); local
1917 Value *V1 = Builder.CreateBinOp(BinOp1->getOpcode(), LHS, RHS);

Completed in 122 milliseconds