Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h119 Expected<APInt> exprSub(const APInt &Lhs, const APInt &Rhs, bool &Overflow);
H A DFileCheck.cpp161 Expected<APInt> llvm::exprSub(const APInt &LeftOperand, in exprSub() function in llvm
509 EvalBinop = exprSub; in parseBinop()
548 .Case("sub", exprSub) in parseCallExpr()