Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DLint.cpp507 void Lint::visitLShr(BinaryOperator &I) { visitLShr() function in Lint
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h564 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } in visitLShr() function
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1256 Instruction *InstCombinerImpl::visitLShr(BinaryOperator &I) { visitLShr() function in InstCombinerImpl
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1177 void Interpreter::visitLShr(BinaryOperator &I) { in visitLShr() function in Interpreter
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2837 void visitLShr(BinaryOperator &I) { handleShift(I); } visitLShr() function