Home
last modified time | relevance | path

Searched refs:fromConst (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h80 static SDDbgOperand fromConst(const Value *Const) { in fromConst() function
H A DInstrEmitter.cpp963 LocationOps[0] = SDDbgOperand::fromConst(C); in EmitDbgValueFromSingleOp()
H A DSelectionDAGBuilder.cpp1399 Locs.push_back(SDDbgOperand::fromConst(Undef)); in handleDanglingVariadicDebugInfo()
1601 LocationOps.emplace_back(SDDbgOperand::fromConst(V)); in handleDebugValue()
1608 LocationOps.emplace_back(SDDbgOperand::fromConst(CE->getOperand(0))); in handleDebugValue()
H A DSelectionDAG.cpp11024 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromConst(C), {}, in getConstantDbgValue()