Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp546 [[nodiscard]] Value *Negator::Negate(bool LHSIsZero, bool IsNSW, Value *Root, in Negate() argument
555 Negator N(Root->getContext(), IC.getDataLayout(), LHSIsZero); in Negate()
H A DInstCombineInternal.h817 [[nodiscard]] static Value *Negate(bool LHSIsZero, bool IsNSW, Value *Root,