Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp582 simplifyRelocatesOffABase(IntrinsicInst *RelocatedBase, in simplifyRelocatesOffABase() argument
586 GCRelocateOperands MasterRelocate(RelocatedBase); in simplifyRelocatesOffABase()
596 if (RelocatedBase->getParent() != ToReplace->getParent()) { in simplifyRelocatesOffABase()
614 assert(RelocatedBase->getNextNode() && "Should always have one since it's not a terminator"); in simplifyRelocatesOffABase()
617 IRBuilder<> Builder(RelocatedBase->getNextNode()); in simplifyRelocatesOffABase()
641 Value *ActualRelocatedBase = RelocatedBase; in simplifyRelocatesOffABase()
642 if (RelocatedBase->getType() != Base->getType()) { in simplifyRelocatesOffABase()
644 Builder.CreateBitCast(RelocatedBase, Base->getType()); in simplifyRelocatesOffABase()