Home
last modified time | relevance | path

Searched defs:visitShl (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h709 void visitShl (const User &I) { visitShift(I, ISD::SHL); } in visitShl() function in llvm::SelectionDAGBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLint.cpp543 void Lint::visitShl(BinaryOperator &I) { in visitShl() function in Lint
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp925 Instruction *InstCombiner::visitShl(BinaryOperator &I) { in visitShl() function in InstCombiner

Completed in 6 milliseconds