Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp2434 …llvm::Instruction *entry_instruction = llvm::cast<Instruction>(m_entry_instruction_finder.GetValue… in ReplaceVariables() local
2440 entry_instruction); in ReplaceVariables()
2447 entry_instruction); in ReplaceVariables()
2449 LoadInst *load = new LoadInst(bit_cast, "", entry_instruction); in ReplaceVariables()
2455 … BitCastInst *bit_cast = new BitCastInst(get_element_ptr, value->getType(), "", entry_instruction); in ReplaceVariables()