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

/external/llvm/include/llvm/
H A DInstVisitor.h147 // visitMul to proxy to visitBinaryOperator for instance in case the user does
231 RetTy visitBinaryOperator(BinaryOperator &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp129 bool visitBinaryOperator(BinaryOperator &I);
588 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) { function in class:CallAnalyzer
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp472 void visitBinaryOperator(Instruction &I);
844 void SCCPSolver::visitBinaryOperator(Instruction &I) { function in class:SCCPSolver
/external/llvm/lib/IR/
H A DVerifier.cpp283 void visitBinaryOperator(BinaryOperator &B);
1570 /// visitBinaryOperator - Check that both arguments to the binary operator are
1573 void Verifier::visitBinaryOperator(BinaryOperator &B) { function in class:Verifier
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 41 milliseconds