Lines Matching refs:cloneImpl

4191 GetElementPtrInst *GetElementPtrInst::cloneImpl() const {  in cloneImpl()  function in GetElementPtrInst
4195 UnaryOperator *UnaryOperator::cloneImpl() const { in cloneImpl() function in UnaryOperator
4199 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
4203 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
4207 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
4211 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
4215 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
4219 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
4227 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
4232 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
4237 AtomicCmpXchgInst *AtomicCmpXchgInst::cloneImpl() const { in cloneImpl() function in AtomicCmpXchgInst
4246 AtomicRMWInst *AtomicRMWInst::cloneImpl() const { in cloneImpl() function in AtomicRMWInst
4254 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst
4258 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst
4262 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst
4266 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst
4270 FPTruncInst *FPTruncInst::cloneImpl() const { in cloneImpl() function in FPTruncInst
4274 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst
4278 UIToFPInst *UIToFPInst::cloneImpl() const { in cloneImpl() function in UIToFPInst
4282 SIToFPInst *SIToFPInst::cloneImpl() const { in cloneImpl() function in SIToFPInst
4286 FPToUIInst *FPToUIInst::cloneImpl() const { in cloneImpl() function in FPToUIInst
4290 FPToSIInst *FPToSIInst::cloneImpl() const { in cloneImpl() function in FPToSIInst
4294 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl() function in PtrToIntInst
4298 IntToPtrInst *IntToPtrInst::cloneImpl() const { in cloneImpl() function in IntToPtrInst
4302 BitCastInst *BitCastInst::cloneImpl() const { in cloneImpl() function in BitCastInst
4306 AddrSpaceCastInst *AddrSpaceCastInst::cloneImpl() const { in cloneImpl() function in AddrSpaceCastInst
4310 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst
4318 SelectInst *SelectInst::cloneImpl() const { in cloneImpl() function in SelectInst
4322 VAArgInst *VAArgInst::cloneImpl() const { in cloneImpl() function in VAArgInst
4326 ExtractElementInst *ExtractElementInst::cloneImpl() const { in cloneImpl() function in ExtractElementInst
4330 InsertElementInst *InsertElementInst::cloneImpl() const { in cloneImpl() function in InsertElementInst
4334 ShuffleVectorInst *ShuffleVectorInst::cloneImpl() const { in cloneImpl() function in ShuffleVectorInst
4338 PHINode *PHINode::cloneImpl() const { return new PHINode(*this); } in cloneImpl() function in PHINode
4340 LandingPadInst *LandingPadInst::cloneImpl() const { in cloneImpl() function in LandingPadInst
4344 ReturnInst *ReturnInst::cloneImpl() const { in cloneImpl() function in ReturnInst
4348 BranchInst *BranchInst::cloneImpl() const { in cloneImpl() function in BranchInst
4352 SwitchInst *SwitchInst::cloneImpl() const { return new SwitchInst(*this); } in cloneImpl() function in SwitchInst
4354 IndirectBrInst *IndirectBrInst::cloneImpl() const { in cloneImpl() function in IndirectBrInst
4358 InvokeInst *InvokeInst::cloneImpl() const { in cloneImpl() function in InvokeInst
4366 CallBrInst *CallBrInst::cloneImpl() const { in cloneImpl() function in CallBrInst
4374 ResumeInst *ResumeInst::cloneImpl() const { return new (1) ResumeInst(*this); } in cloneImpl() function in ResumeInst
4376 CleanupReturnInst *CleanupReturnInst::cloneImpl() const { in cloneImpl() function in CleanupReturnInst
4380 CatchReturnInst *CatchReturnInst::cloneImpl() const { in cloneImpl() function in CatchReturnInst
4384 CatchSwitchInst *CatchSwitchInst::cloneImpl() const { in cloneImpl() function in CatchSwitchInst
4388 FuncletPadInst *FuncletPadInst::cloneImpl() const { in cloneImpl() function in FuncletPadInst
4392 UnreachableInst *UnreachableInst::cloneImpl() const { in cloneImpl() function in UnreachableInst
4397 FreezeInst *FreezeInst::cloneImpl() const { in cloneImpl() function in FreezeInst