Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRForTarget.cpp2446 …llvm::Instruction *entry_instruction = llvm::cast<Instruction>(m_entry_instruction_finder.GetValue… in ReplaceVariables() local
2452 entry_instruction); in ReplaceVariables()
2459 entry_instruction); in ReplaceVariables()
2461 LoadInst *load = new LoadInst(bit_cast, "", entry_instruction); in ReplaceVariables()
2467 … BitCastInst *bit_cast = new BitCastInst(get_element_ptr, value->getType(), "", entry_instruction); in ReplaceVariables()