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

/freebsd-current/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-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp103 void visitAShr(BinaryOperator &I);
512 void Lint::visitAShr(BinaryOperator &I) { function in class:Lint
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h556 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } function in class:llvm::SelectionDAGBuilder
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h126 Instruction *visitAShr(BinaryOperator &I);
H A DInstCombineShifts.cpp9 // This file implements the visitShl, visitLShr, and visitAShr functions.
1564 Instruction *InstCombinerImpl::visitAShr(BinaryOperator &I) { function in class:InstCombinerImpl
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2805 void visitAShr(BinaryOperator &I) { handleShift(I); }

Completed in 212 milliseconds