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

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 99 if (isa<PtrToIntInst>(CI) && TD &&
InlineCost.cpp 114 bool visitPtrToInt(PtrToIntInst &I);
371 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) {
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 165 void visitPtrToIntInst(PtrToIntInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/Support/
InstVisitor.h 191 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
  /external/llvm/lib/CodeGen/
Analysis.cpp 249 if (isa<PtrToIntInst>(I) && !isa<VectorType>(I->getType())) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 172 Instruction *visitPtrToInt(PtrToIntInst &CI);
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
Verifier.cpp 260 void visitPtrToIntInst(PtrToIntInst &I);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 60 class PtrToIntInst;
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 778 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt);
803 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt);
    [all...]
ObjCARC.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1063 macro(PtrToIntInst) \
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 528 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV))
    [all...]

Completed in 397 milliseconds