HomeSort by relevance Sort by last modified time
    Searched refs:visitBinaryOperator (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Support/
InstVisitor.h 145 // visitMul to proxy to visitBinaryOperator for instance in case the user does
212 RetTy visitBinaryOperator(BinaryOperator &I) { DELEGATE(Instruction);}
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 146 void visitBinaryOperator(BinaryOperator &I);
Execution.cpp 521 void Interpreter::visitBinaryOperator(BinaryOperator &I) {
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 120 bool visitBinaryOperator(BinaryOperator &I);
575 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 479 void visitBinaryOperator(Instruction &I);
854 void SCCPSolver::visitBinaryOperator(Instruction &I) {
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 262 void visitBinaryOperator(BinaryOperator &B);
    [all...]

Completed in 599 milliseconds