Lines Matching refs:PtrToInt
2387 case Instruction::PtrToInt: in isNoopCast()
2403 if (getOpcode() == Instruction::PtrToInt) in isNoopCast()
2660 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create()
2682 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create()
2750 return Create(Instruction::PtrToInt, S, Ty, Name, InsertAtEnd); in CreatePointerCast()
2768 return Create(Instruction::PtrToInt, S, Ty, Name, InsertBefore); in CreatePointerCast()
2803 return Create(Instruction::PtrToInt, S, Ty, Name, InsertBefore); in CreateBitOrPointerCast()
3030 return PtrToInt; // ptr -> int in getCastOpcode()
3131 case Instruction::PtrToInt: in castIsValid()
3308 ) : CastInst(Ty, PtrToInt, S, Name, InsertBefore) { in PtrToIntInst()
3314 ) : CastInst(Ty, PtrToInt, S, Name, InsertAtEnd) { in PtrToIntInst()