Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h160 void visitAShr(BinaryOperator &I);
H A DExecution.cpp1240 void Interpreter::visitAShr(BinaryOperator &I) { in visitAShr() function in Interpreter
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLint.cpp105 void visitAShr(BinaryOperator &I);
510 void Lint::visitAShr(BinaryOperator &I) { in visitAShr() function in Lint
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h509 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } in visitAShr() function
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h119 Instruction *visitAShr(BinaryOperator &I);
H A DInstCombineShifts.cpp1367 Instruction *InstCombinerImpl::visitAShr(BinaryOperator &I) { in visitAShr() function in InstCombinerImpl
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2507 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr() function