Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerRefTypesIntPtrConv.cpp63 PtrToIntInst *PTI = dyn_cast<PtrToIntInst>(&*I); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h255 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp115 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h146 void visitPtrToIntInst(PtrToIntInst &I);
H A DExecution.cpp1747 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReturnProtectorLowering.cpp84 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in hasAddressTaken()
H A DStackProtector.cpp193 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken()
H A DAnalysis.cpp312 } else if (isa<PtrToIntInst>(I)) { in getNoopInput()
/openbsd-src/gnu/llvm/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.h5207 class PtrToIntInst : public CastInst {
5213 PtrToIntInst *cloneImpl() const;
5217 PtrToIntInst(
5225 PtrToIntInst(
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3368 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create()
3390 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create()
3945 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst
3951 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst
4896 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl()
4897 return new PtrToIntInst(getOperand(0), getType()); in cloneImpl()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp1204 const PtrToIntInst *ptr_to_int_inst = cast<PtrToIntInst>(inst); in Interpret()
/openbsd-src/gnu/llvm/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.h139 Instruction *visitPtrToInt(PtrToIntInst &CI);
H A DInstCombineCompares.cpp438 if (!isa<IntToPtrInst>(V) && !isa<PtrToIntInst>(V) && in canRewriteGEPAsOffset()
444 if (isa<IntToPtrInst>(V) || isa<PtrToIntInst>(V)) { in canRewriteGEPAsOffset()
675 if (auto *CI = dyn_cast<PtrToIntInst>(V)) { in getAsConstantIndexedAddress()
H A DInstCombineCasts.cpp2075 Instruction *InstCombinerImpl::visitPtrToInt(PtrToIntInst &CI) { in visitPtrToInt()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp461 bool visitPtrToInt(PtrToIntInst &I);
1641 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) { in visitPtrToInt()
H A DVectorUtils.cpp738 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) || in computeMinimumValueSizes()
H A DInstructionSimplify.cpp3728 if (MaxRecurse && isa<PtrToIntInst>(LI) && in simplifyICmpInst()
3736 } else if (PtrToIntInst *RI = dyn_cast<PtrToIntInst>(RHS)) { in simplifyICmpInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1360 return V->getType()->isPointerTy() || isa<PtrToIntInst>(V); in isPointerOperand()
3278 isa<PtrToIntInst>(LocalStackBaseAlloca) in processStaticAllocas()
3279 ? cast<PtrToIntInst>(LocalStackBaseAlloca)->getPointerOperand() in processStaticAllocas()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1690 macro(PtrToIntInst) \
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp790 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) { in isValueEqualityComparison()
H A DLocal.cpp2037 isa<IntToPtrInst>(&I) || isa<PtrToIntInst>(&I))) in salvageDebugInfoImpl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1569 if (isa<PtrToIntInst>(Usr)) in updateImpl()
5094 TrackUse = !isa<PtrToIntInst>(I); in getKnownAlignForUse()
5756 if (isa<PtrToIntInst>(UInst)) { in checkUse()

12