Lines Matching refs:cloneImpl

4636 GetElementPtrInst *GetElementPtrInst::cloneImpl() const {  in cloneImpl()  function in GetElementPtrInst
4640 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator
4644 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
4648 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4652 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4656 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
4660 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
4664 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
4673 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4678 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
4683 AtomicCmpXchgInst *AtomicCmpXchgInst::cloneImpl() const { in cloneImpl() function in AtomicCmpXchgInst
4692 AtomicRMWInst *AtomicRMWInst::cloneImpl() const { in cloneImpl() function in AtomicRMWInst
4700 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst
4704 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst
4708 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst
4712 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst
4716 FPTruncInst *FPTruncInst::cloneImpl() const { in cloneImpl() function in FPTruncInst
4720 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst
4724 UIToFPInst *UIToFPInst::cloneImpl() const { in cloneImpl() function in UIToFPInst
4728 SIToFPInst *SIToFPInst::cloneImpl() const { in cloneImpl() function in SIToFPInst
4732 FPToUIInst *FPToUIInst::cloneImpl() const { in cloneImpl() function in FPToUIInst
4736 FPToSIInst *FPToSIInst::cloneImpl() const { in cloneImpl() function in FPToSIInst
4740 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl() function in PtrToIntInst
4744 IntToPtrInst *IntToPtrInst::cloneImpl() const { in cloneImpl() function in IntToPtrInst
4748 BitCastInst *BitCastInst::cloneImpl() const { in cloneImpl() function in BitCastInst
4752 AddrSpaceCastInst *AddrSpaceCastInst::cloneImpl() const { in cloneImpl() function in AddrSpaceCastInst
4756 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst
4764 SelectInst *SelectInst::cloneImpl() const { in cloneImpl() function in SelectInst
4768 VAArgInst *VAArgInst::cloneImpl() const { in cloneImpl() function in VAArgInst
4772 ExtractElementInst *ExtractElementInst::cloneImpl() const { in cloneImpl() function in ExtractElementInst
4776 InsertElementInst *InsertElementInst::cloneImpl() const { in cloneImpl() function in InsertElementInst
4780 ShuffleVectorInst *ShuffleVectorInst::cloneImpl() const { in cloneImpl() function in ShuffleVectorInst
4784 PHINode *PHINode::cloneImpl() const { return new PHINode(*this); } in cloneImpl() function in PHINode
4786 LandingPadInst *LandingPadInst::cloneImpl() const { in cloneImpl() function in LandingPadInst
4790 ReturnInst *ReturnInst::cloneImpl() const { in cloneImpl() function in ReturnInst
4794 BranchInst *BranchInst::cloneImpl() const { in cloneImpl() function in BranchInst
4798 SwitchInst *SwitchInst::cloneImpl() const { return new SwitchInst(*this); } in cloneImpl() function in SwitchInst
4800 IndirectBrInst *IndirectBrInst::cloneImpl() const { in cloneImpl() function in IndirectBrInst
4804 InvokeInst *InvokeInst::cloneImpl() const { in cloneImpl() function in InvokeInst
4812 CallBrInst *CallBrInst::cloneImpl() const { in cloneImpl() function in CallBrInst
4820 ResumeInst *ResumeInst::cloneImpl() const { return new (1) ResumeInst(*this); } in cloneImpl() function in ResumeInst
4822 CleanupReturnInst *CleanupReturnInst::cloneImpl() const { in cloneImpl() function in CleanupReturnInst
4826 CatchReturnInst *CatchReturnInst::cloneImpl() const { in cloneImpl() function in CatchReturnInst
4830 CatchSwitchInst *CatchSwitchInst::cloneImpl() const { in cloneImpl() function in CatchSwitchInst
4834 FuncletPadInst *FuncletPadInst::cloneImpl() const { in cloneImpl() function in FuncletPadInst
4838 UnreachableInst *UnreachableInst::cloneImpl() const { in cloneImpl() function in UnreachableInst
4843 FreezeInst *FreezeInst::cloneImpl() const { in cloneImpl() function in FreezeInst