Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dbasetsd.d113 int PtrToInt(const(void)* p) { return cast(int) p; } in PtrToInt() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h589 friend class PtrToInt; variable
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml223 | PtrToInt Constructor
H A Dllvm.mli247 | PtrToInt Constructor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1956 auto PtrToInt = MIB.buildPtrToInt(CastPtrTy, AddOp1Reg); in convertPtrAddToAdd() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go178 PtrToInt Opcode = C.LLVMPtrToInt const
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp257 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(this); in print() local
5885 if (const SCEVPtrToIntExpr *PtrToInt = dyn_cast<SCEVPtrToIntExpr>(S)) { in getRangeRef() local