Searched refs:clone_impl (Results 1 – 5 of 5) sorted by relevance
77 AllocaInst *clone_impl() const override;171 LoadInst *clone_impl() const override;291 StoreInst *clone_impl() const override;417 FenceInst *clone_impl() const override;486 AtomicCmpXchgInst *clone_impl() const override;639 AtomicRMWInst *clone_impl() const override;804 GetElementPtrInst *clone_impl() const override;1006 ICmpInst *clone_impl() const override;1138 FCmpInst *clone_impl() const override;1261 CallInst *clone_impl() const override;[all …]
489 virtual Instruction *clone_impl() const = 0;
142 BinaryOperator *clone_impl() const override;
3633 GetElementPtrInst *GetElementPtrInst::clone_impl() const { in clone_impl() function in GetElementPtrInst3637 BinaryOperator *BinaryOperator::clone_impl() const { in clone_impl() function in BinaryOperator3641 FCmpInst* FCmpInst::clone_impl() const { in clone_impl() function in FCmpInst3645 ICmpInst* ICmpInst::clone_impl() const { in clone_impl() function in ICmpInst3649 ExtractValueInst *ExtractValueInst::clone_impl() const { in clone_impl() function in ExtractValueInst3653 InsertValueInst *InsertValueInst::clone_impl() const { in clone_impl() function in InsertValueInst3657 AllocaInst *AllocaInst::clone_impl() const { in clone_impl() function in AllocaInst3664 LoadInst *LoadInst::clone_impl() const { in clone_impl() function in LoadInst3669 StoreInst *StoreInst::clone_impl() const { in clone_impl() function in StoreInst3675 AtomicCmpXchgInst *AtomicCmpXchgInst::clone_impl() const { in clone_impl() function in AtomicCmpXchgInst[all …]
533 Instruction *New = clone_impl(); in clone()