Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuiltin.cpp183 mlir::Value expectedValue = emitScalarExpr(e->getArg(1)); in emitBuiltinExpr() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp114 static bool isTooLargeForType(const mlir::APInt &value, IntT expectedValue) { in isTooLargeForType()