Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp2550 mlir::Value srcVal = createIntCast(rewriter, adaptor.getSrc(), intType); in matchAndRewrite() local
2552 mlir::Value resultVal = srcVal; in matchAndRewrite()
2561 srcVal = in matchAndRewrite()
2562 createAnd(rewriter, srcVal, llvm::APInt::getLowBitsSet(srcWidth, size)); in matchAndRewrite()
2563 resultVal = srcVal; in matchAndRewrite()
2564 srcVal = createShL(rewriter, srcVal, offset); in matchAndRewrite()
2571 srcVal = rewriter.create<mlir::LLVM::OrOp>(op.getLoc(), val, srcVal); in matchAndRewrite()
2574 rewriter.create<mlir::LLVM::StoreOp>(op.getLoc(), srcVal, adaptor.getAddr(), in matchAndRewrite()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1484 SVal srcVal = state->getSVal(Source.Expression, LCtx); in evalCopyCommon() local
1488 state = checkNonNull(C, state, Source, srcVal); in evalCopyCommon()
1890 SVal srcVal = state->getSVal(srcExpr.Expression, LCtx); in evalStrcpyCommon() local
1891 state = checkNonNull(C, state, srcExpr, srcVal); in evalStrcpyCommon()
1896 SVal strLength = getCStringLength(C, state, srcExpr.Expression, srcVal); in evalStrcpyCommon()
2281 state = invalidateSourceBuffer(C, state, Call.getCFGElementRef(), srcVal); in evalStrcpyCommon()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp260 mlir::Value emitIntToBoolConversion(mlir::Value srcVal, mlir::Location loc) { in emitIntToBoolConversion() argument
268 srcVal); in emitIntToBoolConversion()