Searched refs:cloneImpl (Results 1 – 8 of 8) sorted by relevance
261 TempGenericDINode cloneImpl() const { in cloneImpl() function368 TempDISubrange cloneImpl() const { in cloneImpl() function481 TempDIEnumerator cloneImpl() const { in cloneImpl() function637 TempDIFile cloneImpl() const { in cloneImpl() function843 TempDIBasicType cloneImpl() const { in cloneImpl() function913 TempDIStringType cloneImpl() const { in cloneImpl() function1914 TempDILocation cloneImpl() const { in cloneImpl() function2378 TempDINamespace cloneImpl() const { in cloneImpl() function2434 TempDIModule cloneImpl() const { in cloneImpl() function3353 TempDILabel cloneImpl() const {[all …]
72 AllocaInst *cloneImpl() const;191 LoadInst *cloneImpl() const;315 StoreInst *cloneImpl() const;453 FenceInst *cloneImpl() const;1205 ICmpInst *cloneImpl() const;1377 FCmpInst *cloneImpl() const;1516 CallInst *cloneImpl() const;1801 VAArgInst *cloneImpl() const;2747 PHINode *cloneImpl() const;4872 ZExtInst *cloneImpl() const;[all …]
1006 Instruction *cloneImpl() const;
112 UnaryOperator *cloneImpl() const;199 BinaryOperator *cloneImpl() const;2409 FuncletPadInst *cloneImpl() const;
1480 TempMDTuple cloneImpl() const {1516 TempMDTuple clone() const { return cloneImpl(); }
4789 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst4793 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst4813 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst4818 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst4840 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst4844 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst4848 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst4852 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst4860 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst4896 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst[all …]
1161 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction1205 New = cast<clas>(this)->cloneImpl(); \ in clone()
658 return cast<CLASS>(this)->cloneImpl(); in clone()