Searched refs:UnfoldConstant (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 523 if (!UnfoldConstant(ns_str, nullptr, CFSCWB_Caller, m_entry_instruction_finder, in RewriteObjCConstString() 1310 bool IRForTarget::UnfoldConstant(Constant *old_constant, in UnfoldConstant() function in IRForTarget 1351 if (!UnfoldConstant(constant_expr, llvm_function, bit_cast_maker, in UnfoldConstant() 1385 if (!UnfoldConstant(constant_expr, llvm_function, in UnfoldConstant() 1576 if (!UnfoldConstant(constant, &llvm_function, body_result_maker, in ReplaceVariables()
|
H A D | IRForTarget.h | 371 /// UnfoldConstant operates on a constant [Old] which has just been replaced 376 /// UnfoldConstant reads through the uses of Old and replaces Old in those 380 /// instructions replace the constant uses, so UnfoldConstant calls itself 385 static bool UnfoldConstant(llvm::Constant *old_constant,
|