• Home
  • Raw
  • Download

Lines Matching refs:cloneImpl

3890 GetElementPtrInst *GetElementPtrInst::cloneImpl() const {  in cloneImpl()  function in GetElementPtrInst
3894 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
3898 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
3902 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
3906 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
3910 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
3914 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
3922 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
3927 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
3933 AtomicCmpXchgInst *AtomicCmpXchgInst::cloneImpl() const { in cloneImpl() function in AtomicCmpXchgInst
3943 AtomicRMWInst *AtomicRMWInst::cloneImpl() const { in cloneImpl() function in AtomicRMWInst
3951 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst
3955 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst
3959 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst
3963 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst
3967 FPTruncInst *FPTruncInst::cloneImpl() const { in cloneImpl() function in FPTruncInst
3971 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst
3975 UIToFPInst *UIToFPInst::cloneImpl() const { in cloneImpl() function in UIToFPInst
3979 SIToFPInst *SIToFPInst::cloneImpl() const { in cloneImpl() function in SIToFPInst
3983 FPToUIInst *FPToUIInst::cloneImpl() const { in cloneImpl() function in FPToUIInst
3987 FPToSIInst *FPToSIInst::cloneImpl() const { in cloneImpl() function in FPToSIInst
3991 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl() function in PtrToIntInst
3995 IntToPtrInst *IntToPtrInst::cloneImpl() const { in cloneImpl() function in IntToPtrInst
3999 BitCastInst *BitCastInst::cloneImpl() const { in cloneImpl() function in BitCastInst
4003 AddrSpaceCastInst *AddrSpaceCastInst::cloneImpl() const { in cloneImpl() function in AddrSpaceCastInst
4007 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst
4015 SelectInst *SelectInst::cloneImpl() const { in cloneImpl() function in SelectInst
4019 VAArgInst *VAArgInst::cloneImpl() const { in cloneImpl() function in VAArgInst
4023 ExtractElementInst *ExtractElementInst::cloneImpl() const { in cloneImpl() function in ExtractElementInst
4027 InsertElementInst *InsertElementInst::cloneImpl() const { in cloneImpl() function in InsertElementInst
4031 ShuffleVectorInst *ShuffleVectorInst::cloneImpl() const { in cloneImpl() function in ShuffleVectorInst
4035 PHINode *PHINode::cloneImpl() const { return new PHINode(*this); } in cloneImpl() function in PHINode
4037 LandingPadInst *LandingPadInst::cloneImpl() const { in cloneImpl() function in LandingPadInst
4041 ReturnInst *ReturnInst::cloneImpl() const { in cloneImpl() function in ReturnInst
4045 BranchInst *BranchInst::cloneImpl() const { in cloneImpl() function in BranchInst
4049 SwitchInst *SwitchInst::cloneImpl() const { return new SwitchInst(*this); } in cloneImpl() function in SwitchInst
4051 IndirectBrInst *IndirectBrInst::cloneImpl() const { in cloneImpl() function in IndirectBrInst
4055 InvokeInst *InvokeInst::cloneImpl() const { in cloneImpl() function in InvokeInst
4063 ResumeInst *ResumeInst::cloneImpl() const { return new (1) ResumeInst(*this); } in cloneImpl() function in ResumeInst
4065 CleanupReturnInst *CleanupReturnInst::cloneImpl() const { in cloneImpl() function in CleanupReturnInst
4069 CatchReturnInst *CatchReturnInst::cloneImpl() const { in cloneImpl() function in CatchReturnInst
4073 CatchSwitchInst *CatchSwitchInst::cloneImpl() const { in cloneImpl() function in CatchSwitchInst
4077 FuncletPadInst *FuncletPadInst::cloneImpl() const { in cloneImpl() function in FuncletPadInst
4081 UnreachableInst *UnreachableInst::cloneImpl() const { in cloneImpl() function in UnreachableInst