HomeSort by relevance Sort by last modified time
    Searched refs:IntToPtr (Results 51 - 61 of 61) sorted by null

1 23

  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 140 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 124 STATISTIC(NumFastIselFailIntToPtr,"Fast isel fails on IntToPtr");
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 782 case Instruction::IntToPtr:
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 314 /// GetConstantInt - Extract ConstantInt from value, looking through IntToPtr
330 // IntToPtr const int.
332 if (CE->getOpcode() == Instruction::IntToPtr)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 587 case Instruction::IntToPtr:
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 173 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 414 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 244 | IntToPtr
    [all...]

Completed in 1244 milliseconds

1 23