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.cpp936 LocationOps[0] = SDDbgOperand::fromConst(C); in EmitDbgValueFromSingleOp()
H A DSelectionDAGBuilder.cpp1366 Locs.push_back(SDDbgOperand::fromConst(Undef)); in handleDanglingVariadicDebugInfo()
1568 LocationOps.emplace_back(SDDbgOperand::fromConst(V)); in handleDebugValue()
1575 LocationOps.emplace_back(SDDbgOperand::fromConst(CE->getOperand(0))); in handleDebugValue()
H A DSelectionDAG.cpp10687 SDDbgValue(DbgInfo->getAlloc(), Var, Expr, SDDbgOperand::fromConst(C), {}, in getConstantDbgValue()