Home
last modified time | relevance | path

Searched defs:PtrToInt (Results 1 – 3 of 3) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dbasetsd.h76 static __inline int PtrToInt (const void *p) { return ((int) (INT_PTR) p); } in PtrToInt() function
109 #define PtrToInt(p) ((INT) (INT_PTR) (p)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h561 friend class PtrToInt; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1989 Value *PtrToInt = Builder.CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst() local