Searched refs:visitShl (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h158 void visitShl(BinaryOperator &I);
H A DExecution.cpp1189 void Interpreter::visitShl(BinaryOperator &I) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp112 void visitShl(BinaryOperator &I);
543 void Lint::visitShl(BinaryOperator &I) { function in class:Lint
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h709 void visitShl (const User &I) { visitShift(I, ISD::SHL); } function in class:llvm::SelectionDAGBuilder
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h393 Instruction *visitShl(BinaryOperator &I);
H A DInstCombineShifts.cpp9 // This file implements the visitShl, visitLShr, and visitAShr functions.
925 Instruction *InstCombiner::visitShl(BinaryOperator &I) { function in class:InstCombiner
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2387 void visitShl(BinaryOperator &I) { handleShift(I); }

Completed in 117 milliseconds