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

  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 274 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) {
283 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))
  /external/llvm/lib/CodeGen/
StackProtector.cpp 160 } else if (const PtrToIntInst *SI = dyn_cast<PtrToIntInst>(U)) {
Analysis.cpp 264 } else if (isa<PtrToIntInst>(I)) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 166 void visitPtrToIntInst(PtrToIntInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 194 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 366 void visitPtrToIntInst(PtrToIntInst &I);
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 515 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) ||
InlineCost.cpp 142 bool visitPtrToInt(PtrToIntInst &I);
412 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) {
    [all...]
CFLAliasAnalysis.cpp 168 void visitPtrToIntInst(PtrToIntInst &Inst) {
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 298 Instruction *visitPtrToInt(PtrToIntInst &CI);
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 65 class PtrToIntInst;
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 566 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) {
    [all...]

Completed in 1316 milliseconds