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

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

Completed in 201 milliseconds