OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:visitBinaryOperator
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp
74
bool UnrolledInstAnalyzer::
visitBinaryOperator
(BinaryOperator &I) {
96
return Base::
visitBinaryOperator
(I);
InlineCost.cpp
395
bool
visitBinaryOperator
(BinaryOperator &I);
1663
bool CallAnalyzer::
visitBinaryOperator
(BinaryOperator &I) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstVisitor.h
148
// visitMul to proxy to
visitBinaryOperator
for instance in case the user does
260
RetTy
visitBinaryOperator
(BinaryOperator &I) { DELEGATE(Instruction);}
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalarizer.cpp
197
bool
visitBinaryOperator
(BinaryOperator &BO);
626
bool ScalarizerVisitor::
visitBinaryOperator
(BinaryOperator &BO) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp
294
void
visitBinaryOperator
(Instruction &I);
927
void SCCPInstVisitor::
visitBinaryOperator
(Instruction &I) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp
205
bool
visitBinaryOperator
(BinaryOperator &I);
1185
bool AMDGPUCodeGenPrepare::
visitBinaryOperator
(BinaryOperator &I) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
773
void
visitBinaryOperator
(BinaryOperator &BO);
2765
void DFSanVisitor::
visitBinaryOperator
(BinaryOperator &BO) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
495
void
visitBinaryOperator
(BinaryOperator &B);
3504
///
visitBinaryOperator
- Check that both arguments to the binary operator are
3507
void Verifier::
visitBinaryOperator
(BinaryOperator &B) {
Completed in 186 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026