Home
last modified time | relevance | path

Searched defs:visitAdd (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h694 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); } in visitAdd() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h685 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); } in visitAdd() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h829 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); } in visitAdd() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1030 Instruction *InstCombiner::visitAdd(BinaryOperator &I) { in visitAdd() function in InstCombiner
/external/python/cpython2/Lib/compiler/
Dpycodegen.py1182 def visitAdd(self, node): member in CodeGenerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1205 Instruction *InstCombiner::visitAdd(BinaryOperator &I) { in visitAdd() function in InstCombiner
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1280 Instruction *InstCombinerImpl::visitAdd(BinaryOperator &I) { in visitAdd() function in InstCombinerImpl
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1665 void visitAdd(BinaryOperator &I) { handleShadowOr(I); } in visitAdd() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2180 void visitAdd(BinaryOperator &I) { handleShadowOr(I); } in visitAdd() function
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2307 void visitAdd(BinaryOperator &I) { handleShadowOr(I); } in visitAdd() function