Searched refs:cloneImpl (Results 1 – 8 of 8) sorted by relevance
288 TempGenericDINode cloneImpl() const {355 TempDISubrange cloneImpl() const {418 TempDIEnumerator cloneImpl() const {565 TempDIFile cloneImpl() const {765 TempDIBasicType cloneImpl() const {1447 TempDILocation cloneImpl() const {2085 TempDINamespace cloneImpl() const {2137 TempDIModule cloneImpl() const {2772 TempDILabel cloneImpl() const {3076 TempDIMacro cloneImpl() const {[all …]
67 AllocaInst *cloneImpl() const;175 LoadInst *cloneImpl() const;328 StoreInst *cloneImpl() const;462 FenceInst *cloneImpl() const;1207 ICmpInst *cloneImpl() const;1347 FCmpInst *cloneImpl() const;1478 CallInst *cloneImpl() const;1830 VAArgInst *cloneImpl() const;2585 PHINode *cloneImpl() const;4456 ZExtInst *cloneImpl() const;[all …]
756 Instruction *cloneImpl() const;
1124 TempMDTuple cloneImpl() const {1159 TempMDTuple clone() const { return cloneImpl(); }
114 BinaryOperator *cloneImpl() const;2014 FuncletPadInst *cloneImpl() const;
3815 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst3819 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst3840 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst3845 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst3869 FenceInst *FenceInst::cloneImpl() const { in cloneImpl() function in FenceInst3873 TruncInst *TruncInst::cloneImpl() const { in cloneImpl() function in TruncInst3877 ZExtInst *ZExtInst::cloneImpl() const { in cloneImpl() function in ZExtInst3881 SExtInst *SExtInst::cloneImpl() const { in cloneImpl() function in SExtInst3889 FPExtInst *FPExtInst::cloneImpl() const { in cloneImpl() function in FPExtInst3925 CallInst *CallInst::cloneImpl() const { in cloneImpl() function in CallInst[all …]
674 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction723 New = cast<clas>(this)->cloneImpl(); \ in clone()
528 return cast<CLASS>(this)->cloneImpl(); in clone()