Searched refs:UnfoldConstant (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h481 /// UnfoldConstant operates on a constant [Old] which has just been replaced
486 /// UnfoldConstant reads through the uses of Old and replaces Old in those
490 /// instructions replace the constant uses, so UnfoldConstant calls itself
495 static bool UnfoldConstant(llvm::Constant *old_constant,
H A DIRForTarget.cpp537 if (!UnfoldConstant(ns_str, nullptr, CFSCWB_Caller, m_entry_instruction_finder,
1536 bool IRForTarget::UnfoldConstant(Constant *old_constant, function in class:IRForTarget
1577 if (!UnfoldConstant(constant_expr, llvm_function, bit_cast_maker,
1617 if (!UnfoldConstant(constant_expr, llvm_function,
1814 if (!UnfoldConstant(constant, &llvm_function, body_result_maker,

Completed in 68 milliseconds