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

  /external/llvm/include/llvm/
InstVisitor.h 147 // visitMul to proxy to visitBinaryOperator for instance in case the user does
231 RetTy visitBinaryOperator(BinaryOperator &I) { DELEGATE(Instruction);}
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 129 bool visitBinaryOperator(BinaryOperator &I);
584 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 472 void visitBinaryOperator(Instruction &I);
844 void SCCPSolver::visitBinaryOperator(Instruction &I) {
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 267 void visitBinaryOperator(BinaryOperator &B);
    [all...]

Completed in 798 milliseconds