| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerRefTypesIntPtrConv.cpp | 63 PtrToIntInst *PTI = dyn_cast<PtrToIntInst>(&*I); in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | PtrUseVisitor.h | 255 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
| H A D | ProvenanceAnalysis.cpp | 115 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.h | 146 void visitPtrToIntInst(PtrToIntInst &I);
|
| H A D | Execution.cpp | 1747 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ReturnProtectorLowering.cpp | 84 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in hasAddressTaken()
|
| H A D | StackProtector.cpp | 193 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken()
|
| H A D | Analysis.cpp | 312 } else if (isa<PtrToIntInst>(I)) { in getNoopInput()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | InstVisitor.h | 185 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
|
| H A D | Instruction.def | 193 HANDLE_CAST_INST(47, PtrToInt, PtrToIntInst) // Pointer -> Integer
|
| H A D | Instructions.h | 5207 class PtrToIntInst : public CastInst { 5213 PtrToIntInst *cloneImpl() const; 5217 PtrToIntInst( 5225 PtrToIntInst(
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3368 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 D | IRInterpreter.cpp | 1204 const PtrToIntInst *ptr_to_int_inst = cast<PtrToIntInst>(inst); in Interpret()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 147 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 D | InstCombineInternal.h | 139 Instruction *visitPtrToInt(PtrToIntInst &CI);
|
| H A D | InstCombineCompares.cpp | 438 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 D | InstCombineCasts.cpp | 2075 Instruction *InstCombinerImpl::visitPtrToInt(PtrToIntInst &CI) { in visitPtrToInt()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 461 bool visitPtrToInt(PtrToIntInst &I); 1641 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) { in visitPtrToInt()
|
| H A D | VectorUtils.cpp | 738 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) || in computeMinimumValueSizes()
|
| H A D | InstructionSimplify.cpp | 3728 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 D | AddressSanitizer.cpp | 1360 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 D | Core.h | 1690 macro(PtrToIntInst) \
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 790 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) { in isValueEqualityComparison()
|
| H A D | Local.cpp | 2037 isa<IntToPtrInst>(&I) || isa<PtrToIntInst>(&I))) in salvageDebugInfoImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1569 if (isa<PtrToIntInst>(Usr)) in updateImpl() 5094 TrackUse = !isa<PtrToIntInst>(I); in getKnownAlignForUse() 5756 if (isa<PtrToIntInst>(UInst)) { in checkUse()
|