Searched defs:PtrToIntInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h3657 // PtrToIntInst Class
3661 class PtrToIntInst : public CastInst { class in inherits:CastInst
3663 /// \brief Clone an identical PtrToIntInst
3664 virtual PtrToIntInst *clone_impl() const;
3668 PtrToIntInst(
3676 PtrToIntInst(
/external/llvm/lib/IR/
H A DInstructions.cpp2339 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore);
2360 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd);
2902 PtrToIntInst::PtrToIntInst( function in class:PtrToIntInst
2908 PtrToIntInst::PtrToIntInst( function in class:PtrToIntInst
3568 PtrToIntInst *PtrToIntInst::clone_impl() const {
3569 return new PtrToIntInst(getOperand(0), getType());

Completed in 124 milliseconds