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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 195 SizeOffsetType visitIntToPtrInst(IntToPtrInst&);
258 SizeOffsetEvalType visitIntToPtrInst(IntToPtrInst&);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 167 void visitIntToPtrInst(IntToPtrInst &I);
Execution.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstVisitor.h 195 RetTy visitIntToPtrInst(IntToPtrInst &I) { DELEGATE(CastInst);}
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
Verifier.cpp 365 void visitIntToPtrInst(IntToPtrInst &I);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 394 return new IntToPtrInst(ConstantInt::get(Type::getInt32Ty(*Context),
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 559 SizeOffsetType ObjectSizeOffsetVisitor::visitIntToPtrInst(IntToPtrInst&) {
738 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitIntToPtrInst(IntToPtrInst&) {
VectorUtils.cpp 515 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) ||
InlineCost.cpp 143 bool visitIntToPtr(IntToPtrInst &I);
449 bool CallAnalyzer::visitIntToPtr(IntToPtrInst &I) {
    [all...]
CFLAliasAnalysis.cpp 173 void visitIntToPtrInst(IntToPtrInst &Inst) {
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 311 CastInst *PtrVecA = new IntToPtrInst(C2xi32a, V2xi32PTy);
312 CastInst *PtrVecB = new IntToPtrInst(C2xi32b, V2xi32PTy);
  /external/llvm/lib/CodeGen/
Analysis.cpp 256 } else if (isa<IntToPtrInst>(I)) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 299 Instruction *visitIntToPtr(IntToPtrInst &CI);
InstCombineCasts.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 52 class IntToPtrInst;
    [all...]
FastISel.cpp 774 if (const auto *C = dyn_cast<IntToPtrInst>(Callee)) {
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 1219 milliseconds