Searched defs:visitBinaryOperator (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DInstVisitor.h145 // visitMul to proxy to visitBinaryOperator for instance in case the user does
212 RetTy visitBinaryOperator(BinaryOperator &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Analysis/
H A DInlineCost.cpp120 bool visitBinaryOperator(BinaryOperator &I);
575 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) { function in class:CallAnalyzer
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp479 void visitBinaryOperator(Instruction &I);
854 void SCCPSolver::visitBinaryOperator(Instruction &I) { function in class:SCCPSolver
/external/llvm/lib/VMCore/
H A DVerifier.cpp262 void visitBinaryOperator(BinaryOperator &B);
1192 /// visitBinaryOperator - Check that both arguments to the binary operator are
1195 void Verifier::visitBinaryOperator(BinaryOperator &B) { function in class:Verifier

Completed in 277 milliseconds