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

  /external/llvm/lib/CodeGen/
StackProtector.cpp 163 } else if (const PtrToIntInst *SI = dyn_cast<PtrToIntInst>(U)) {
Analysis.cpp 247 if (isa<PtrToIntInst>(I) && !isa<VectorType>(I->getType())) {
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 242 void visitPtrToIntInst(PtrToIntInst &I) {
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 95 if (isa<PtrToIntInst>(P))
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 165 void visitPtrToIntInst(PtrToIntInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/
InstVisitor.h 191 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 264 void visitPtrToIntInst(PtrToIntInst &I);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 178 Instruction *visitPtrToInt(PtrToIntInst &CI);
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 123 bool visitPtrToInt(PtrToIntInst &I);
392 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) {
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 60 class PtrToIntInst;
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 778 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt);
803 StoredVal = new PtrToIntInst(StoredVal, StoredValTy, "", InsertPt);
    [all...]
  /external/llvm/include/llvm-c/
Core.h 1069 macro(PtrToIntInst) \
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 539 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV))
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 307 milliseconds