Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h118 Expected<APInt> exprAdd(const APInt &Lhs, const APInt &Rhs, bool &Overflow);
H A DFileCheck.cpp156 Expected<APInt> llvm::exprAdd(const APInt &LeftOperand, in exprAdd() function in llvm
506 EvalBinop = exprAdd; in parseBinop()
543 .Case("add", exprAdd) in parseCallExpr()