Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h160 void visitAShr(BinaryOperator &I);
H A DExecution.cpp1204 void Interpreter::visitAShr(BinaryOperator &I) { in visitAShr() function in Interpreter
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp108 void visitAShr(BinaryOperator &I);
498 void Lint::visitAShr(BinaryOperator &I) { in visitAShr() function in Lint
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h565 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } in visitAShr() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h127 Instruction *visitAShr(BinaryOperator &I);
H A DInstCombineShifts.cpp1667 Instruction *InstCombinerImpl::visitAShr(BinaryOperator &I) { in visitAShr() function in InstCombinerImpl
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2846 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr() function