Searched refs:visitFNeg (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h690 void visitFNeg(const User &I) { visitUnary(I, ISD::FNEG); } function in class:llvm::SelectionDAGBuilder
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp323 bool visitFNeg(UnaryOperator &I);
1366 bool CallAnalyzer::visitFNeg(UnaryOperator &I) { function in class:CallAnalyzer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h369 Instruction *visitFNeg(UnaryOperator &I);
H A DInstCombineAddSub.cpp2154 Instruction *InstCombiner::visitFNeg(UnaryOperator &I) { function in class:InstCombiner
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2120 void visitFNeg(UnaryOperator &I) { handleShadowOr(I); }

Completed in 130 milliseconds