Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h129 Expected<APInt> exprMin(const APInt &Lhs, const APInt &Rhs, bool &Overflow);
H A DFileCheck.cpp185 Expected<APInt> llvm::exprMin(const APInt &LeftOperand, in exprMin() function in llvm
589 .Case("min", exprMin) in parseCallExpr()