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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 208 SizeOffsetType visitIntToPtrInst(IntToPtrInst&);
269 SizeOffsetEvalType visitIntToPtrInst(IntToPtrInst&);
  /external/llvm/unittests/IR/
InstructionsTest.cpp 158 CastInst *PtrVecA = new IntToPtrInst(C2xi32a, V2xi32PTy);
159 CastInst *PtrVecB = new IntToPtrInst(C2xi32b, V2xi32PTy);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 166 void visitIntToPtrInst(IntToPtrInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/
InstVisitor.h 192 RetTy visitIntToPtrInst(IntToPtrInst &I) { DELEGATE(CastInst);}
  /external/llvm/lib/CodeGen/
Analysis.cpp 238 if (isa<IntToPtrInst>(I) && !isa<VectorType>(I->getType())) {
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 263 void visitIntToPtrInst(IntToPtrInst &I);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 179 Instruction *visitIntToPtr(IntToPtrInst &CI);
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 124 bool visitIntToPtr(IntToPtrInst &I);
428 bool CallAnalyzer::visitIntToPtr(IntToPtrInst &I) {
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 565 SizeOffsetType ObjectSizeOffsetVisitor::visitIntToPtrInst(IntToPtrInst&) {
753 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitIntToPtrInst(IntToPtrInst&) {
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 48 class IntToPtrInst;
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 790 StoredVal = new IntToPtrInst(StoredVal, LoadedTy, "", InsertPt);
828 return new IntToPtrInst(StoredVal, LoadedTy, "inttoptr", InsertPt);
    [all...]
  /external/llvm/include/llvm-c/
Core.h 1068 macro(IntToPtrInst) \
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 726 milliseconds