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

1 2 3

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemoryBuiltins.h 45 class IntToPtrInst;
238 SizeOffsetType visitIntToPtrInst(IntToPtrInst&);
304 SizeOffsetEvalType visitIntToPtrInst(IntToPtrInst&);
  /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);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 188 RetTy visitIntToPtrInst(IntToPtrInst &I) { DELEGATE(CastInst); }
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Interpreter.h 160 void visitIntToPtrInst(IntToPtrInst &I);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 148 void visitIntToPtrInst(IntToPtrInst &I);
  /external/llvm/include/llvm/IR/
InstVisitor.h 195 RetTy visitIntToPtrInst(IntToPtrInst &I) { DELEGATE(CastInst);}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstVisitor.h 198 RetTy visitIntToPtrInst(IntToPtrInst &I) { DELEGATE(CastInst);}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 102 auto *IntToPtr = dyn_cast<IntToPtrInst>(PN.user_back());
144 if (isa<IntToPtrInst>(U) && U->getType() == IntToPtr->getType() &&
217 isa<IntToPtrInst>(V);
    [all...]
  /external/llvm/lib/Analysis/
CFLGraph.h 239 void visitIntToPtrInst(IntToPtrInst &Inst) {
VectorUtils.cpp 383 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) ||
MemoryBuiltins.cpp 591 SizeOffsetType ObjectSizeOffsetVisitor::visitIntToPtrInst(IntToPtrInst&) {
790 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitIntToPtrInst(IntToPtrInst&) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 169 Instruction *visitIntToPtr(IntToPtrInst &CI);
InstCombineCasts.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 315 CastInst *PtrVecA = new IntToPtrInst(C2xi32a, V2xi32PTy);
316 CastInst *PtrVecB = new IntToPtrInst(C2xi32b, V2xi32PTy);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemoryBuiltins.cpp 691 SizeOffsetType ObjectSizeOffsetVisitor::visitIntToPtrInst(IntToPtrInst&) {
    [all...]
CFLGraph.h 280 void visitIntToPtrInst(IntToPtrInst &Inst) {
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 255 } else if (isa<IntToPtrInst>(I)) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 302 Instruction *visitIntToPtr(IntToPtrInst &CI);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InlineCost.cpp 107 if (CI->isLosslessCast() || isa<IntToPtrInst>(CI) ||
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 48 class IntToPtrInst;

Completed in 1338 milliseconds

1 2 3