Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp529 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() function in Lint
/external/llvm/lib/Analysis/
DLint.cpp486 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() function in Lint
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp738 Instruction *InstCombiner::visitLShr(BinaryOperator &I) { in visitLShr() function in InstCombiner
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h710 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } in visitLShr() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h701 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } in visitLShr() function
/external/llvm-project/llvm/lib/Analysis/
DLint.cpp496 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() function in Lint
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp1032 Instruction *InstCombinerImpl::visitLShr(BinaryOperator &I) { in visitLShr() function in InstCombinerImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp1047 Instruction *InstCombiner::visitLShr(BinaryOperator &I) { in visitLShr() function in InstCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h845 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } in visitLShr() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1216 void Interpreter::visitLShr(BinaryOperator &I) { in visitLShr() function in Interpreter
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1164 void Interpreter::visitLShr(BinaryOperator &I) { in visitLShr() function in Interpreter
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1213 void Interpreter::visitLShr(BinaryOperator &I) { in visitLShr() function in Interpreter
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1871 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2389 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr() function
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2516 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr() function