Searched refs:cloneImpl (Results 1 – 8 of 8) sorted by relevance
253 TempGenericDINode cloneImpl() const { in cloneImpl() function321 TempDISubrange cloneImpl() const { in cloneImpl() function434 TempDIEnumerator cloneImpl() const { in cloneImpl() function591 TempDIFile cloneImpl() const { in cloneImpl() function793 TempDIBasicType cloneImpl() const { in cloneImpl() function863 TempDIStringType cloneImpl() const { in cloneImpl() function1578 TempDILocation cloneImpl() const { in cloneImpl() function2334 TempDIModule cloneImpl() const { in cloneImpl() function3168 TempDILabel cloneImpl() const {3469 TempDIMacro cloneImpl() const {[all …]
73 AllocaInst *cloneImpl() const;188 LoadInst *cloneImpl() const;312 StoreInst *cloneImpl() const;442 FenceInst *cloneImpl() const;1203 ICmpInst *cloneImpl() const;1375 FCmpInst *cloneImpl() const;1514 CallInst *cloneImpl() const;1837 VAArgInst *cloneImpl() const;2694 PHINode *cloneImpl() const;4823 ZExtInst *cloneImpl() const;[all …]
853 Instruction *cloneImpl() const;
113 UnaryOperator *cloneImpl() const;200 BinaryOperator *cloneImpl() const;2388 FuncletPadInst *cloneImpl() const;
1347 TempMDTuple cloneImpl() const {1383 TempMDTuple clone() const { return cloneImpl(); }
4648 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst4652 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst4673 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst4678 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst4700 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst4704 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst4708 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst4712 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst4720 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst4756 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst[all …]
820 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction869 New = cast<clas>(this)->cloneImpl(); \ in clone()
564 return cast<CLASS>(this)->cloneImpl(); in clone()