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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h160 void visitAShr(BinaryOperator &I);
H A DExecution.cpp1240 void Interpreter::visitAShr(BinaryOperator &I) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp107 void visitAShr(BinaryOperator &I);
534 void Lint::visitAShr(BinaryOperator &I) { function in class:Lint
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h709 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } function in class:llvm::SelectionDAGBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h406 Instruction *visitAShr(BinaryOperator &I);
H A DInstCombineShifts.cpp9 // This file implements the visitShl, visitLShr, and visitAShr functions.
1238 Instruction *InstCombiner::visitAShr(BinaryOperator &I) { function in class:InstCombiner
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2413 void visitAShr(BinaryOperator &I) { handleShift(I); }

Completed in 200 milliseconds