Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h124 LLVM_ABI_FOR_TEST Expected<APInt> exprMul(const APInt &Lhs, const APInt &Rhs,
H A DFileCheck.cpp165 Expected<APInt> llvm::exprMul(const APInt &LeftOperand, in exprMul() function in llvm
590 .Case("mul", exprMul) in parseCallExpr()