Home
last modified time | relevance | path

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

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