HomeSort by relevance Sort by last modified time
    Searched refs:PtrToIntInst (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 242 void visitPtrToIntInst(PtrToIntInst &I) {
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 94 if (isa<PtrToIntInst>(P))
  /external/llvm/lib/CodeGen/
StackProtector.cpp 158 } else if (const PtrToIntInst *SI = dyn_cast<PtrToIntInst>(U)) {
Analysis.cpp 251 } else if (isa<PtrToIntInst>(I)) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 165 void visitPtrToIntInst(PtrToIntInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 191 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 287 void visitPtrToIntInst(PtrToIntInst &I);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 61 class PtrToIntInst;
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 192 Instruction *visitPtrToInt(PtrToIntInst &CI);
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 123 bool visitPtrToInt(PtrToIntInst &I);
393 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 878 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt);
903 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt);
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 687 return V->getType()->isPointerTy() || isa<PtrToIntInst>(V);
    [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 487 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) {
    [all...]

Completed in 581 milliseconds