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

/external/llvm/include/llvm/IR/
H A DInstVisitor.h147 // visitMul to proxy to visitBinaryOperator for instance in case the user does
232 RetTy visitBinaryOperator(BinaryOperator &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp129 bool visitBinaryOperator(BinaryOperator &I);
591 bool CallAnalyzer::visitBinaryOperator(BinaryOperator &I) { function in class:CallAnalyzer
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp473 void visitBinaryOperator(Instruction &I);
846 void SCCPSolver::visitBinaryOperator(Instruction &I) { function in class:SCCPSolver
H A DScalarizer.cpp144 bool visitBinaryOperator(BinaryOperator &);
421 bool Scalarizer::visitBinaryOperator(BinaryOperator &BO) { function in class:Scalarizer
/external/llvm/lib/IR/
H A DVerifier.cpp291 void visitBinaryOperator(BinaryOperator &B);
1731 /// visitBinaryOperator - Check that both arguments to the binary operator are
1734 void Verifier::visitBinaryOperator(BinaryOperator &B) { function in class:Verifier
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp303 void visitBinaryOperator(BinaryOperator &BO);
1119 void DFSanVisitor::visitBinaryOperator(BinaryOperator &BO) { function in class:DFSanVisitor
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 144 milliseconds