Home
last modified time | relevance | path

Searched defs:visitShl (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/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-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp512 void Lint::visitShl(BinaryOperator &I) { in visitShl() function in Lint
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp891 Instruction *InstCombinerImpl::visitShl(BinaryOperator &I) { in visitShl() function in InstCombinerImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1186 void Interpreter::visitShl(BinaryOperator &I) { in visitShl() function in Interpreter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2519 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl() function