Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DOperator.h519 friend class PtrToInt; variable
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DOperator.h456 friend class PtrToInt; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DOperator.h511 friend class PtrToInt; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dir_builder_mixin.h207 llvm::Value* PtrToInt(Args&&... args) { in PtrToInt() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DOperator.h561 friend class PtrToInt; variable
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml194 | PtrToInt Constructor
H A Dllvm.mli252 | PtrToInt Constructor
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1591 Value *PtrToInt = Builder->CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1989 Value *PtrToInt = Builder.CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp375 auto *PtrToInt = dyn_cast<PtrToIntInst>(IntToPtr->getOperand(0)); in simplifyIntToPtrRoundTripCast() local
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go217 PtrToInt Opcode = C.LLVMPtrToInt const
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2092 auto PtrToInt = MIB.buildPtrToInt(CastPtrTy, AddOp1Reg); in convertPtrAddToAdd() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp275 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(this); in print() local
6672 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(S); in getRangeRef() local