/external/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 271 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) { in extractAlignmentInfo() 280 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(OpUnk->getValue())) { in extractAlignmentInfo()
|
D | GVN.cpp | 884 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt); in CoerceAvailableValueToLoadType() 909 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt); in CoerceAvailableValueToLoadType()
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 160 } else if (const PtrToIntInst *SI = dyn_cast<PtrToIntInst>(U)) { in HasAddressTaken()
|
D | Analysis.cpp | 261 } else if (isa<PtrToIntInst>(I)) { in getNoopInput()
|
/external/llvm/include/llvm/Analysis/ |
D | PtrUseVisitor.h | 242 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ProvenanceAnalysis.cpp | 96 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 168 void visitPtrToIntInst(PtrToIntInst &I);
|
D | Execution.cpp | 1700 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
/external/llvm/include/llvm/IR/ |
D | InstVisitor.h | 191 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
|
D | Instruction.def | 154 HANDLE_CAST_INST(42, PtrToInt, PtrToIntInst) // Pointer -> Integer
|
D | Instructions.h | 3755 class PtrToIntInst : public CastInst { 3758 PtrToIntInst *clone_impl() const override; 3762 PtrToIntInst( 3770 PtrToIntInst(
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2311 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create() 2333 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create() 2957 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 2963 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 3614 PtrToIntInst *PtrToIntInst::clone_impl() const { in clone_impl() 3615 return new PtrToIntInst(getOperand(0), getType()); in clone_impl()
|
D | Verifier.cpp | 351 void visitPtrToIntInst(PtrToIntInst &I); 2026 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
/external/llvm/lib/Analysis/IPA/ |
D | InlineCost.cpp | 126 bool visitPtrToInt(PtrToIntInst &I); 394 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) { in visitPtrToInt()
|
/external/lldb/source/Expression/ |
D | IRInterpreter.cpp | 1131 const PtrToIntInst *ptr_to_int_inst = dyn_cast<PtrToIntInst>(inst); in Interpret()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 304 Instruction *visitPtrToInt(PtrToIntInst &CI);
|
D | InstCombineCasts.cpp | 1458 Instruction *InstCombiner::visitPtrToInt(PtrToIntInst &CI) { in visitPtrToInt()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 64 class PtrToIntInst; variable
|
/external/llvm/lib/Analysis/ |
D | CFLAliasAnalysis.cpp | 273 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst()
|
D | InstructionSimplify.cpp | 2368 if (MaxRecurse && isa<PtrToIntInst>(LI) && in SimplifyICmpInst() 2376 } else if (PtrToIntInst *RI = dyn_cast<PtrToIntInst>(RHS)) { in SimplifyICmpInst()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1221 macro(PtrToIntInst) \
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 541 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) { in isValueEqualityComparison()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 873 return V->getType()->isPointerTy() || isa<PtrToIntInst>(V); in isPointerOperand()
|
D | MemorySanitizer.cpp | 1323 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|