Searched defs:expectedValue (Results 1 – 2 of 2) sorted by relevance
183 mlir::Value expectedValue = emitScalarExpr(e->getArg(1)); in emitBuiltinExpr() local
114 static bool isTooLargeForType(const mlir::APInt &value, IntT expectedValue) { in isTooLargeForType()