Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h598 friend class PtrToInt; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp355 auto *PtrToInt = dyn_cast<PtrToIntInst>(IntToPtr->getOperand(0)); in simplifyIntToPtrRoundTripCast() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2026 auto PtrToInt = MIB.buildPtrToInt(CastPtrTy, AddOp1Reg); in convertPtrAddToAdd() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp257 const SCEVPtrToIntExpr *PtrToInt = cast<SCEVPtrToIntExpr>(this); in print() local
6095 if (const SCEVPtrToIntExpr *PtrToInt = dyn_cast<SCEVPtrToIntExpr>(S)) { in getRangeRef() local