Home
last modified time | relevance | path

Searched defs:cloneImpl (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DInstructions.cpp3787 GetElementPtrInst *GetElementPtrInst::cloneImpl() const { in cloneImpl() function in GetElementPtrInst
3791 BinaryOperator *BinaryOperator::cloneImpl() const { in cloneImpl() function in BinaryOperator
3795 FCmpInst *FCmpInst::cloneImpl() const { in cloneImpl() function in FCmpInst
3799 ICmpInst *ICmpInst::cloneImpl() const { in cloneImpl() function in ICmpInst
3803 ExtractValueInst *ExtractValueInst::cloneImpl() const { in cloneImpl() function in ExtractValueInst
3807 InsertValueInst *InsertValueInst::cloneImpl() const { in cloneImpl() function in InsertValueInst
3811 AllocaInst *AllocaInst::cloneImpl() const { in cloneImpl() function in AllocaInst
3818 LoadInst *LoadInst::cloneImpl() const { in cloneImpl() function in LoadInst
3823 StoreInst *StoreInst::cloneImpl() const { in cloneImpl() function in StoreInst
3829 AtomicCmpXchgInst *AtomicCmpXchgInst::cloneImpl() const { in cloneImpl() function in AtomicCmpXchgInst
[all …]
DInstruction.cpp557 Instruction *Instruction::cloneImpl() const { in cloneImpl() function in Instruction