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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h694 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); } function in class:llvm::SelectionDAGBuilder
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h370 Instruction *visitAdd(BinaryOperator &I);
H A DInstCombineAddSub.cpp1205 Instruction *InstCombiner::visitAdd(BinaryOperator &I) { function in class:InstCombiner
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2180 void visitAdd(BinaryOperator &I) { handleShadowOr(I); }

Completed in 69 milliseconds