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

/freebsd-current/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h120 Expected<APInt> exprMul(const APInt &Lhs, const APInt &Rhs, bool &Overflow);
H A DFileCheck.cpp166 Expected<APInt> llvm::exprMul(const APInt &LeftOperand, function in class:llvm
547 .Case("mul", exprMul)

Completed in 114 milliseconds