Home
last modified time | relevance | path

Searched refs:resultVal (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp252 mlir::FailureOr<Attribute> resultVal; in parse() local
259 resultVal = FieldParser<Attribute>::parse(parser); in parse()
260 if (failed(resultVal)) { in parse()
269 if (mlir::isa<ArrayAttr>(*resultVal)) { in parse()
284 auto ta = mlir::cast<TypedAttr>(*resultVal); in parse()
298 mlir::Attribute elts = resultVal.value(); in parse()
314 resultVal.value(), zeros); in parse()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp2552 mlir::Value resultVal = srcVal; in matchAndRewrite() local
2563 resultVal = srcVal; in matchAndRewrite()
2584 resultVal = createShL(rewriter, resultVal, highBits); in matchAndRewrite()
2585 resultVal = createAShR(rewriter, resultVal, highBits); in matchAndRewrite()
2589 resultVal = createIntCast(rewriter, resultVal, in matchAndRewrite()
2593 rewriter.replaceOp(op, resultVal); in matchAndRewrite()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2400 SVal resultVal = svalBuilder.conjureSymbolVal(Call, C.blockCount()); in evalStrcmpCommon() local
2440 resultVal = svalBuilder.makeIntVal(compareRes, Call.getResultType()); in evalStrcmpCommon()
2448 svalBuilder.evalBinOp(state, op, resultVal, zeroVal, in evalStrcmpCommon()
2456 state = state->BindExpr(Call.getOriginExpr(), LCtx, resultVal); in evalStrcmpCommon()