Home
last modified time | relevance | path

Searched refs:visitImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp126 [[nodiscard]] Value *Negator::visitImpl(Value *V, bool IsNSW, unsigned Depth) { in visitImpl() function in Negator
526 Value *NegatedV = visitImpl(V, IsNSW, Depth); in negate()
H A DInstCombineInternal.h801 [[nodiscard]] Value *visitImpl(Value *V, bool IsNSW, unsigned Depth);