Home
last modified time | relevance | path

Searched refs:PtrToIntInst (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerRefTypesIntPtrConv.cpp64 PtrToIntInst *PTI = dyn_cast<PtrToIntInst>(&*I); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp100 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h255 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h146 void visitPtrToIntInst(PtrToIntInst &I);
H A DExecution.cpp1747 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h185 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
H A DInstruction.def193 HANDLE_CAST_INST(47, PtrToInt, PtrToIntInst) // Pointer -> Integer
H A DInstructions.h5221 class PtrToIntInst : public CastInst {
5227 PtrToIntInst *cloneImpl() const;
5231 PtrToIntInst(
5239 PtrToIntInst(
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3347 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create()
3369 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create()
3924 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst
3930 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst
4880 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl()
4881 return new PtrToIntInst(getOperand(0), getType()); in cloneImpl()
H A DVerifier.cpp539 void visitPtrToIntInst(PtrToIntInst &I);
3258 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp279 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken()
H A DAnalysis.cpp361 } else if (isa<PtrToIntInst>(I)) { in getNoopInput()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp147 if (auto *PI = dyn_cast<PtrToIntInst>(Arg)) { in foldIntegerTypedPHI()
310 if (!all_of(PN.users(), [](User *U) { return isa<PtrToIntInst>(U); })) in foldPHIArgIntToPtrToPHI()
H A DInstCombineInternal.h144 Instruction *visitPtrToInt(PtrToIntInst &CI);
H A DInstructionCombining.cpp370 auto *PtrToInt = dyn_cast<PtrToIntInst>(IntToPtr->getOperand(0)); in simplifyIntToPtrRoundTripCast()
2587 isa<PtrToIntInst>(U.getUser()); in visitGetElementPtrInst()
H A DInstCombineCasts.cpp1952 Instruction *InstCombinerImpl::visitPtrToInt(PtrToIntInst &CI) { in visitPtrToInt()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1234 const PtrToIntInst *ptr_to_int_inst = cast<PtrToIntInst>(inst); in Interpret()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1455 return V->getType()->isPointerTy() || isa<PtrToIntInst>(V); in isPointerOperand()
3454 isa<PtrToIntInst>(LocalStackBaseAlloca) in processStaticAllocas()
3455 ? cast<PtrToIntInst>(LocalStackBaseAlloca)->getPointerOperand() in processStaticAllocas()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp472 bool visitPtrToInt(PtrToIntInst &I);
1715 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) { in visitPtrToInt()
H A DVectorUtils.cpp616 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) || in computeMinimumValueSizes()
H A DInstructionSimplify.cpp3810 if (MaxRecurse && isa<PtrToIntInst>(LI) && in simplifyICmpInst()
3818 } else if (PtrToIntInst *RI = dyn_cast<PtrToIntInst>(RHS)) { in simplifyICmpInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1784 macro(PtrToIntInst) \
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp927 if ((isa<PtrToIntInst>(UseInst)) || (isa<TruncInst>(UseInst))) in simplifyUsers()
H A DSimplifyCFG.cpp790 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) { in isValueEqualityComparison()
H A DLocal.cpp2542 isa<IntToPtrInst>(&I) || isa<PtrToIntInst>(&I))) in salvageDebugInfoImpl()

12