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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h159 void visitLShr(BinaryOperator &I);
H A DExecution.cpp1216 void Interpreter::visitLShr(BinaryOperator &I) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp110 void visitLShr(BinaryOperator &I);
529 void Lint::visitLShr(BinaryOperator &I) { function in class:Lint
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h710 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } function in class:llvm::SelectionDAGBuilder
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h402 Instruction *visitLShr(BinaryOperator &I);
H A DInstCombineShifts.cpp9 // This file implements the visitShl, visitLShr, and visitAShr functions.
1047 Instruction *InstCombiner::visitLShr(BinaryOperator &I) { function in class:InstCombiner
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2389 void visitLShr(BinaryOperator &I) { handleShift(I); }

Completed in 197 milliseconds