Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp65 typedef int *PtrToInt; typedef
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DOperator.h515 friend class PtrToInt; variable
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml223 | PtrToInt Constructor
H A Dllvm.mli247 | PtrToInt Constructor
/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1717 Value *PtrToInt = IRB.CreatePtrToInt(GEP, DL.getIntPtrType(GEP->getType())); in TEST_F() local
H A DConstantRangeTest.cpp2420 ConstantRange PtrToInt = A.castOp(Instruction::PtrToInt, 64); in TEST_F() local
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp372 auto *PtrToInt = dyn_cast<PtrToIntInst>(IntToPtr->getOperand(0)); in simplifyIntToPtrRoundTripCast() local
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go178 PtrToInt Opcode = C.LLVMPtrToInt const
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2050 auto PtrToInt = MIB.buildPtrToInt(CastPtrTy, AddOp1Reg); in convertPtrAddToAdd() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp266 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(this); in print() local
6504 if (const SCEVPtrToIntExpr *PtrToInt = dyn_cast<SCEVPtrToIntExpr>(S)) { in getRangeRef() local