Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp65 typedef int *PtrToInt; typedef
/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp763 auto PtrToInt = MIB.buildPtrToInt(sXLen, PtrReg); replacePtrWithInt() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml224 | PtrToInt Constructor
H A Dllvm.mli250 | PtrToInt Constructor
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp2165 Value *PtrToInt = IRB.CreatePtrToInt(GEP, DL.getIntPtrType(GEP->getType())); TEST_F() local
H A DConstantRangeTest.cpp2571 ConstantRange PtrToInt = A.castOp(Instruction::PtrToInt, 64); TEST_F() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2695 } else if (const auto *PtrToInt = dyn_cast<PtrToIntOperator>(Ptr)) { visitCallInst() local
H A DInstructionCombining.cpp388 auto *PtrToInt = dyn_cast<PtrToIntInst>(IntToPtr->getOperand(0)); simplifyIntToPtrRoundTripCast() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2159 auto PtrToInt = MIB.buildPtrToInt(CastPtrTy, AddOp1Reg); convertPtrAddToAdd() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp276 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(this); print() local
6687 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(S); getRangeRef() local