Searched refs:exprMax (Results 1 – 2 of 2) sorted by relevance
122 Expected<APInt> exprMax(const APInt &Lhs, const APInt &Rhs, bool &Overflow);
180 Expected<APInt> llvm::exprMax(const APInt &LeftOperand, in exprMax() function in llvm189 if (cantFail(exprMax(LeftOperand, RightOperand, Overflow)) == LeftOperand) in exprMin()545 .Case("max", exprMax) in parseCallExpr()