Searched refs:fromConst (Results 1 – 5 of 5) sorted by relevance
80 static SDDbgOperand fromConst(const Value *Const) { in fromConst() function
899 LocationOps[0] = SDDbgOperand::fromConst(C); in EmitDbgValueFromSingleOp()
1160 Locs.push_back(SDDbgOperand::fromConst(Undef)); in addDanglingDebugInfo()1343 LocationOps.emplace_back(SDDbgOperand::fromConst(V)); in handleDebugValue()
9848 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromConst(C), {}, in getConstantDbgValue()
1039 if (const auto *fromConst{UnwrapExpr<Constant<FromType>>(w)}) { in DataConstantConversionHelper() local1046 auto at{fromConst->lbounds()}; in DataConstantConversionHelper()1047 auto shape{fromConst->shape()}; in DataConstantConversionHelper()1049 fromConst->IncrementSubscripts(at)) { in DataConstantConversionHelper()1050 auto elt{fromConst->At(at)}; in DataConstantConversionHelper()