Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h706 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } in visitAShr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp505 void Lint::visitAShr(BinaryOperator &I) { in visitAShr() function in Lint
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1260 Instruction *InstCombinerImpl::visitAShr(BinaryOperator &I) { in visitAShr() function in InstCombinerImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1240 void Interpreter::visitAShr(BinaryOperator &I) { in visitAShr() function in Interpreter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2520 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr() function