Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CXX/class.access/class.friend/
Dp3-cxx0x.cpp65 typedef int *PtrToInt; typedef
/external/llvm/include/llvm/IR/
DOperator.h456 friend class PtrToInt; variable
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h206 llvm::Value* PtrToInt(Args&&... args) { in PtrToInt() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h561 friend class PtrToInt; variable
/external/llvm-project/llvm/include/llvm/IR/
DOperator.h575 friend class PtrToInt; variable
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml194 | PtrToInt Constructor
Dllvm.mli252 | PtrToInt Constructor
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.ml219 | PtrToInt Constructor
Dllvm.mli241 | PtrToInt Constructor
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1591 Value *PtrToInt = Builder->CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1989 Value *PtrToInt = Builder.CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2157 Value *PtrToInt = Builder.CreatePtrToInt(PtrOp, Index->getType()); in visitGetElementPtrInst() local
/external/llvm-project/llvm/unittests/IR/
DConstantRangeTest.cpp2379 ConstantRange PtrToInt = A.castOp(Instruction::PtrToInt, 64); in TEST_F() local
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go178 PtrToInt Opcode = C.LLVMPtrToInt const
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp1965 auto PtrToInt = MIB.buildPtrToInt(CastPtrTy, AddOp1Reg); in convertPtrAddToAdd() local
/external/llvm/bindings/go/llvm/
Dir.go217 PtrToInt Opcode = C.LLVMPtrToInt const
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp256 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(this); in print() local
5744 if (const SCEVPtrToIntExpr *PtrToInt = dyn_cast<SCEVPtrToIntExpr>(S)) { in getRangeRef() local