Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp114 static bool isTooLargeForType(const mlir::APInt &value, IntT expectedValue) { in isTooLargeForType() argument
116 return value.getSExtValue() != expectedValue; in isTooLargeForType()
118 return value.getZExtValue() != expectedValue; in isTooLargeForType()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuiltin.cpp183 mlir::Value expectedValue = emitScalarExpr(e->getArg(1)); in emitBuiltinExpr() local
201 loc, argValue.getType(), argValue, expectedValue, probAttr); in emitBuiltinExpr()