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

1 2 3

  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 263 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) {
272 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(OpUnk->getValue())) {
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 242 void visitPtrToIntInst(PtrToIntInst &I) {
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp 95 if (isa<PtrToIntInst>(P))
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 245 void visitPtrToIntInst(PtrToIntInst &I) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 245 void visitPtrToIntInst(PtrToIntInst &I) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 245 void visitPtrToIntInst(PtrToIntInst &I) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 245 void visitPtrToIntInst(PtrToIntInst &I) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 245 void visitPtrToIntInst(PtrToIntInst &I) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 245 void visitPtrToIntInst(PtrToIntInst &I) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 245 void visitPtrToIntInst(PtrToIntInst &I) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 245 void visitPtrToIntInst(PtrToIntInst &I) {
  /external/llvm/lib/CodeGen/
StackProtector.cpp 171 } else if (const PtrToIntInst *SI = dyn_cast<PtrToIntInst>(U)) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 166 void visitPtrToIntInst(PtrToIntInst &I);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 187 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 159 void visitPtrToIntInst(PtrToIntInst &I);
  /external/llvm/include/llvm/IR/
InstVisitor.h 194 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 197 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 197 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 197 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 197 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 197 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 197 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 197 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstVisitor.h 197 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
  /external/llvm/lib/Analysis/
CFLGraph.h 234 void visitPtrToIntInst(PtrToIntInst &Inst) {

Completed in 467 milliseconds

1 2 3