Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp207 BinaryOperator *CombinedExpr = BinaryOperator::Create( in constructStructuredBufferConstraintExpr() local
211 return CombinedExpr; in constructStructuredBufferConstraintExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp600 const DIExpression *CombinedExpr = in combineDIExpressions() local
602 return CombinedExpr; in combineDIExpressions()
623 const DIExpression *CombinedExpr = in finishCallSiteParams() local
626 assert((!CombinedExpr || CombinedExpr->isValid()) && in finishCallSiteParams()
629 DbgValueLoc DbgLocVal(CombinedExpr, DbgValueLocEntry(Val)); in finishCallSiteParams()
654 const DIExpression *CombinedExpr = combineDIExpressions(Expr, Param.Expr); in addToFwdRegWorklist() local
655 ParamsForFwdReg.push_back({Param.ParamReg, CombinedExpr}); in addToFwdRegWorklist()