Home
last modified time | relevance | path

Searched refs:visitShl (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h158 void visitShl(BinaryOperator &I);
H A DExecution.cpp1186 void Interpreter::visitShl(BinaryOperator &I) { in visitShl() function in Interpreter
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp109 void visitShl(BinaryOperator &I);
512 void Lint::visitShl(BinaryOperator &I) { in visitShl() function in Lint
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Doptimize.d982 void visitShl(ShlExp e) in Expression_optimize()
1371 case EXP.leftShift: visitShl(ex.isShlExp()); break; in Expression_optimize()
H A Ddcast.d3803 IntRange visitShl(ShlExp e) in getIntRange()
3882 case EXP.leftShift : return visitShl(e.isShlExp()); in getIntRange()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h704 void visitShl (const User &I) { visitShift(I, ISD::SHL); } in visitShl() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h110 Instruction *visitShl(BinaryOperator &I);
H A DInstCombineShifts.cpp891 Instruction *InstCombinerImpl::visitShl(BinaryOperator &I) { in visitShl() function in InstCombinerImpl
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2519 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl() function