Searched refs:expectedValue (Results 1 – 2 of 2) sorted by relevance
114 static bool isTooLargeForType(const mlir::APInt &value, IntT expectedValue) { in isTooLargeForType() argument116 return value.getSExtValue() != expectedValue; in isTooLargeForType()118 return value.getZExtValue() != expectedValue; in isTooLargeForType()
183 mlir::Value expectedValue = emitScalarExpr(e->getArg(1)); in emitBuiltinExpr() local201 loc, argValue.getType(), argValue, expectedValue, probAttr); in emitBuiltinExpr()