Home
last modified time | relevance | path

Searched refs:visitAdd (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h694 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); } in visitAdd() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h370 Instruction *visitAdd(BinaryOperator &I);
DInstCombineAddSub.cpp1205 Instruction *InstCombiner::visitAdd(BinaryOperator &I) { in visitAdd() function in InstCombiner
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2180 void visitAdd(BinaryOperator &I) { handleShadowOr(I); } in visitAdd() function