Searched refs:cloneImpl (Results 1 – 8 of 8) sorted by relevance
251 TempGenericDINode cloneImpl() const { in cloneImpl() function318 TempDISubrange cloneImpl() const { in cloneImpl() function439 TempDIEnumerator cloneImpl() const { in cloneImpl() function597 TempDIFile cloneImpl() const { in cloneImpl() function798 TempDIBasicType cloneImpl() const { in cloneImpl() function866 TempDIStringType cloneImpl() const { in cloneImpl() function1583 TempDILocation cloneImpl() const { in cloneImpl() function2328 TempDIModule cloneImpl() const { in cloneImpl() function3156 TempDILabel cloneImpl() const {3454 TempDIMacro cloneImpl() const {[all …]
76 AllocaInst *cloneImpl() const;189 LoadInst *cloneImpl() const;318 StoreInst *cloneImpl() const;453 FenceInst *cloneImpl() const;1220 ICmpInst *cloneImpl() const;1384 FCmpInst *cloneImpl() const;1515 CallInst *cloneImpl() const;1840 VAArgInst *cloneImpl() const;2627 PHINode *cloneImpl() const;4764 ZExtInst *cloneImpl() const;[all …]
869 Instruction *cloneImpl() const;
1157 TempMDTuple cloneImpl() const {1191 TempMDTuple clone() const { return cloneImpl(); }
114 UnaryOperator *cloneImpl() const;201 BinaryOperator *cloneImpl() const;2312 FuncletPadInst *cloneImpl() const;
4360 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst4364 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst4385 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst4390 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst4412 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst4416 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst4420 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst4424 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst4432 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst4468 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst[all …]
808 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction857 New = cast<clas>(this)->cloneImpl(); \ in clone()
549 return cast<CLASS>(this)->cloneImpl(); in clone()