Searched defs:PtrToInt (Results 1 – 3 of 3) sorted by relevance
76 static __inline int PtrToInt (const void *p) { return ((int) (INT_PTR) p); } in PtrToInt() function109 #define PtrToInt(p) ((INT) (INT_PTR) (p)) macro
561 friend class PtrToInt; variable
1989 Value *PtrToInt = Builder.CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst() local