Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp271 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) { in extractAlignmentInfo()
280 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(OpUnk->getValue())) { in extractAlignmentInfo()
DGVN.cpp884 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt); in CoerceAvailableValueToLoadType()
909 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt); in CoerceAvailableValueToLoadType()
/external/llvm/lib/CodeGen/
DStackProtector.cpp160 } else if (const PtrToIntInst *SI = dyn_cast<PtrToIntInst>(U)) { in HasAddressTaken()
DAnalysis.cpp261 } else if (isa<PtrToIntInst>(I)) { in getNoopInput()
/external/llvm/include/llvm/Analysis/
DPtrUseVisitor.h242 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp96 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h168 void visitPtrToIntInst(PtrToIntInst &I);
DExecution.cpp1700 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/external/llvm/include/llvm/IR/
DInstVisitor.h191 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
DInstruction.def154 HANDLE_CAST_INST(42, PtrToInt, PtrToIntInst) // Pointer -> Integer
DInstructions.h3755 class PtrToIntInst : public CastInst {
3758 PtrToIntInst *clone_impl() const override;
3762 PtrToIntInst(
3770 PtrToIntInst(
/external/llvm/lib/IR/
DInstructions.cpp2311 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()
DVerifier.cpp351 void visitPtrToIntInst(PtrToIntInst &I);
2026 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp126 bool visitPtrToInt(PtrToIntInst &I);
394 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) { in visitPtrToInt()
/external/lldb/source/Expression/
DIRInterpreter.cpp1131 const PtrToIntInst *ptr_to_int_inst = dyn_cast<PtrToIntInst>(inst); in Interpret()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h304 Instruction *visitPtrToInt(PtrToIntInst &CI);
DInstCombineCasts.cpp1458 Instruction *InstCombiner::visitPtrToInt(PtrToIntInst &CI) { in visitPtrToInt()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h64 class PtrToIntInst; variable
/external/llvm/lib/Analysis/
DCFLAliasAnalysis.cpp273 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst()
DInstructionSimplify.cpp2368 if (MaxRecurse && isa<PtrToIntInst>(LI) && in SimplifyICmpInst()
2376 } else if (PtrToIntInst *RI = dyn_cast<PtrToIntInst>(RHS)) { in SimplifyICmpInst()
/external/llvm/include/llvm-c/
DCore.h1221 macro(PtrToIntInst) \
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp541 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) { in isValueEqualityComparison()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp873 return V->getType()->isPointerTy() || isa<PtrToIntInst>(V); in isPointerOperand()
DMemorySanitizer.cpp1323 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()