Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h122 Expected<APInt> exprMax(const APInt &Lhs, const APInt &Rhs, bool &Overflow);
H A DFileCheck.cpp180 Expected<APInt> llvm::exprMax(const APInt &LeftOperand, in exprMax() function in llvm
189 if (cantFail(exprMax(LeftOperand, RightOperand, Overflow)) == LeftOperand) in exprMin()
545 .Case("max", exprMax) in parseCallExpr()