Home
last modified time | relevance | path

Searched defs:visitAShr (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp512 void Lint::visitAShr(BinaryOperator &I) { visitAShr() function in Lint
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h556 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } visitAShr() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1564 Instruction *InstCombinerImpl::visitAShr(BinaryOperator &I) { visitAShr() function in InstCombinerImpl
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1240 void Interpreter::visitAShr(BinaryOperator &I) { visitAShr() function in Interpreter
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2805 void visitAShr(BinaryOperator &I) { handleShift(I); } visitAShr() function