Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp605 Instruction *ReplacementInst = cast<Instruction>(Replacement); in simplifyRelocatesOffABase() local
606 ReplacementInst->removeFromParent(); in simplifyRelocatesOffABase()
607 ReplacementInst->insertAfter(RelocatedBase); in simplifyRelocatesOffABase()