Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h120 LLVM_ABI_FOR_TEST Expected<APInt> exprAdd(const APInt &Lhs, const APInt &Rhs,
H A DFileCheck.cpp155 Expected<APInt> llvm::exprAdd(const APInt &LeftOperand, in exprAdd() function in llvm
549 EvalBinop = exprAdd; in parseBinop()
586 .Case("add", exprAdd) in parseCallExpr()