Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationaleGenericDAGRewriter.md150 for `checkForNegativeOperand` that defines the second pattern).
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp753 static Value *checkForNegativeOperand(BinaryOperator &I, in checkForNegativeOperand() function
1328 if (Value *V = checkForNegativeOperand(I, Builder)) in visitAdd()