Searched refs:visitBinaryOperator (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h146 void visitBinaryOperator(BinaryOperator &I);
H A DExecution.cpp521 void Interpreter::visitBinaryOperator(BinaryOperator &I) {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DInstVisitor.h147 // visitMul to proxy to visitBinaryOperator for instance in case the user does
228 RetTy visitBinaryOperator(BinaryOperator &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DInlineCost.cpp123 bool visitBinaryOperator(BinaryOperator &I);
564 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) { function in class:CallAnalyzer
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSCCP.cpp479 void visitBinaryOperator(Instruction &I);
854 void SCCPSolver::visitBinaryOperator(Instruction &I) { function in class:SCCPSolver
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DVerifier.cpp263 void visitBinaryOperator(BinaryOperator &B);
1210 /// visitBinaryOperator - Check that both arguments to the binary operator are
1213 void Verifier::visitBinaryOperator(BinaryOperator &B) { function in class:Verifier

Completed in 171 milliseconds