Searched defs:PtrToInt (Results 1 – 14 of 14) 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
519 friend class PtrToInt; variable
456 friend class PtrToInt; variable
511 friend class PtrToInt; variable
207 llvm::Value* PtrToInt(Args&&... args) { in PtrToInt() function
561 friend class PtrToInt; variable
194 | PtrToInt Constructor
252 | PtrToInt Constructor
1591 Value *PtrToInt = Builder->CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst() local
1989 Value *PtrToInt = Builder.CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst() local
375 auto *PtrToInt = dyn_cast<PtrToIntInst>(IntToPtr->getOperand(0)); in simplifyIntToPtrRoundTripCast() local
217 PtrToInt Opcode = C.LLVMPtrToInt const
2092 auto PtrToInt = MIB.buildPtrToInt(CastPtrTy, AddOp1Reg); in convertPtrAddToAdd() local
275 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(this); in print() local6672 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(S); in getRangeRef() local