Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp2395 …llvm::Instruction *entry_instruction = llvm::cast<Instruction>(m_entry_instruction_finder.GetValue… in ReplaceVariables() local
2402 entry_instruction); in ReplaceVariables()
2409 entry_instruction); in ReplaceVariables()
2411 LoadInst *load = new LoadInst(bit_cast, "", entry_instruction); in ReplaceVariables()
2417 … BitCastInst *bit_cast = new BitCastInst(get_element_ptr, value->getType(), "", entry_instruction); in ReplaceVariables()