OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:visitShl
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
158
void
visitShl
(BinaryOperator &I);
Execution.cpp
1186
void Interpreter::
visitShl
(BinaryOperator &I) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
Lint.cpp
109
void
visitShl
(BinaryOperator &I);
512
void Lint::
visitShl
(BinaryOperator &I) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
704
void
visitShl
(const User &I) { visitShift(I, ISD::SHL); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h
110
Instruction *
visitShl
(BinaryOperator &I);
InstCombineShifts.cpp
9
// This file implements the
visitShl
, visitLShr, and visitAShr functions.
891
Instruction *InstCombinerImpl::
visitShl
(BinaryOperator &I) {
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
optimize.d
982
void
visitShl
(ShlExp e)
1371
case EXP.leftShift:
visitShl
(ex.isShlExp()); break;
dcast.d
3803
IntRange
visitShl
(ShlExp e)
3882
case EXP.leftShift : return
visitShl
(e.isShlExp());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
2519
void
visitShl
(BinaryOperator &I) { handleShift(I); }
Completed in 93 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026