Home
last modified time | relevance | path

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

/src/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, in exprMul() function in llvm
553 .Case("mul", exprMul) in parseCallExpr()