Lines Matching refs:cloneImpl
4348 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst
4352 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator
4356 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
4360 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4364 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4368 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
4372 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
4376 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
4385 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4390 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
4395 AtomicCmpXchgInst *AtomicCmpXchgInst::cloneImpl() const { in cloneImpl() function in AtomicCmpXchgInst
4404 AtomicRMWInst *AtomicRMWInst::cloneImpl() const { in cloneImpl() function in AtomicRMWInst
4412 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst
4416 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst
4420 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst
4424 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst
4428 FPTruncInst *FPTruncInst::cloneImpl() const { in cloneImpl() function in FPTruncInst
4432 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst
4436 UIToFPInst *UIToFPInst::cloneImpl() const { in cloneImpl() function in UIToFPInst
4440 SIToFPInst *SIToFPInst::cloneImpl() const { in cloneImpl() function in SIToFPInst
4444 FPToUIInst *FPToUIInst::cloneImpl() const { in cloneImpl() function in FPToUIInst
4448 FPToSIInst *FPToSIInst::cloneImpl() const { in cloneImpl() function in FPToSIInst
4452 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl() function in PtrToIntInst
4456 IntToPtrInst *IntToPtrInst::cloneImpl() const { in cloneImpl() function in IntToPtrInst
4460 BitCastInst *BitCastInst::cloneImpl() const { in cloneImpl() function in BitCastInst
4464 AddrSpaceCastInst *AddrSpaceCastInst::cloneImpl() const { in cloneImpl() function in AddrSpaceCastInst
4468 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst
4476 SelectInst *SelectInst::cloneImpl() const { in cloneImpl() function in SelectInst
4480 VAArgInst *VAArgInst::cloneImpl() const { in cloneImpl() function in VAArgInst
4484 ExtractElementInst *ExtractElementInst::cloneImpl() const { in cloneImpl() function in ExtractElementInst
4488 InsertElementInst *InsertElementInst::cloneImpl() const { in cloneImpl() function in InsertElementInst
4492 ShuffleVectorInst *ShuffleVectorInst::cloneImpl() const { in cloneImpl() function in ShuffleVectorInst
4496 PHINode *PHINode::cloneImpl() const { return new PHINode(*this); } in cloneImpl() function in PHINode
4498 LandingPadInst *LandingPadInst::cloneImpl() const { in cloneImpl() function in LandingPadInst
4502 ReturnInst *ReturnInst::cloneImpl() const { in cloneImpl() function in ReturnInst
4506 BranchInst *BranchInst::cloneImpl() const { in cloneImpl() function in BranchInst
4510 SwitchInst *SwitchInst::cloneImpl() const { return new SwitchInst(*this); } in cloneImpl() function in SwitchInst
4512 IndirectBrInst *IndirectBrInst::cloneImpl() const { in cloneImpl() function in IndirectBrInst
4516 InvokeInst *InvokeInst::cloneImpl() const { in cloneImpl() function in InvokeInst
4524 CallBrInst *CallBrInst::cloneImpl() const { in cloneImpl() function in CallBrInst
4532 ResumeInst *ResumeInst::cloneImpl() const { return new (1) ResumeInst(*this); } in cloneImpl() function in ResumeInst
4534 CleanupReturnInst *CleanupReturnInst::cloneImpl() const { in cloneImpl() function in CleanupReturnInst
4538 CatchReturnInst *CatchReturnInst::cloneImpl() const { in cloneImpl() function in CatchReturnInst
4542 CatchSwitchInst *CatchSwitchInst::cloneImpl() const { in cloneImpl() function in CatchSwitchInst
4546 FuncletPadInst *FuncletPadInst::cloneImpl() const { in cloneImpl() function in FuncletPadInst
4550 UnreachableInst *UnreachableInst::cloneImpl() const { in cloneImpl() function in UnreachableInst
4555 FreezeInst *FreezeInst::cloneImpl() const { in cloneImpl() function in FreezeInst