HomeSort by relevance Sort by last modified time
    Searched defs:IntPtrTy (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 191 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
192 Value *Result = Constant::getNullValue(IntPtrTy);
199 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
220 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
225 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
226 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
233 if (Op->getType() != IntPtrTy)
234 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
237 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 36 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
40 Entry.Ty = IntPtrTy;
  /external/llvm/lib/Transforms/Utils/
SanitizerStats.cpp 47 IntegerType *IntPtrTy = B.getIntPtrTy(M->getDataLayout());
54 ConstantInt::get(IntPtrTy, uint64_t(SK) << (IntPtrTy->getBitWidth() -
66 ConstantInt::get(IntPtrTy, 0), ConstantInt::get(B.getInt32Ty(), 2),
67 ConstantInt::get(IntPtrTy, Inits.size() - 1),
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 204 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
205 Value *Result = Constant::getNullValue(IntPtrTy);
212 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
233 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
238 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
246 if (Op->getType() != IntPtrTy)
247 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
250 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 204 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
205 Value *Result = Constant::getNullValue(IntPtrTy);
212 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
233 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
238 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
246 if (Op->getType() != IntPtrTy)
247 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
250 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 204 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
205 Value *Result = Constant::getNullValue(IntPtrTy);
212 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
233 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
238 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
246 if (Op->getType() != IntPtrTy)
247 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
250 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 204 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
205 Value *Result = Constant::getNullValue(IntPtrTy);
212 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
233 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
238 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
246 if (Op->getType() != IntPtrTy)
247 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
250 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 204 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
205 Value *Result = Constant::getNullValue(IntPtrTy);
212 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
233 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
238 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
246 if (Op->getType() != IntPtrTy)
247 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
250 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 204 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
205 Value *Result = Constant::getNullValue(IntPtrTy);
212 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
233 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
238 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
246 if (Op->getType() != IntPtrTy)
247 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
250 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 204 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
205 Value *Result = Constant::getNullValue(IntPtrTy);
212 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
233 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
238 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
246 if (Op->getType() != IntPtrTy)
247 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
250 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 204 Type *IntPtrTy = DL.getIntPtrType(GEP->getType());
205 Value *Result = Constant::getNullValue(IntPtrTy);
212 unsigned IntPtrWidth = IntPtrTy->getScalarType()->getIntegerBitWidth();
233 Result = Builder->CreateAdd(Result, ConstantInt::get(IntPtrTy, Size),
238 Constant *Scale = ConstantInt::get(IntPtrTy, Size);
239 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/);
246 if (Op->getType() != IntPtrTy)
247 Op = Builder->CreateIntCast(Op, IntPtrTy, true, Op->getName()+".c");
250 Op = Builder->CreateMul(Op, ConstantInt::get(IntPtrTy, Size),
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 157 Type *IntPtrTy = TLI.getTargetData()->getIntPtrType(*DAG.getContext());
159 Entry.Ty = IntPtrTy;
164 Entry.Ty = IntPtrTy;
  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 46 llvm::IntegerType *IntPtrTy;
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 208 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
210 Offset = APInt(IntPtrTy->getBitWidth(), 0);
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 78 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext());
82 Entry.Ty = IntPtrTy;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.cpp 57 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext());
61 Entry.Ty = IntPtrTy;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
213 Offset = APInt(IntPtrTy->getBitWidth(), 0);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
213 Offset = APInt(IntPtrTy->getBitWidth(), 0);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
213 Offset = APInt(IntPtrTy->getBitWidth(), 0);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
213 Offset = APInt(IntPtrTy->getBitWidth(), 0);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
213 Offset = APInt(IntPtrTy->getBitWidth(), 0);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
213 Offset = APInt(IntPtrTy->getBitWidth(), 0);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
213 Offset = APInt(IntPtrTy->getBitWidth(), 0);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 211 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType()));
213 Offset = APInt(IntPtrTy->getBitWidth(), 0);
  /external/llvm/examples/BrainF/
BrainF.cpp 95 Type* IntPtrTy = IntegerType::getInt32Ty(C);
98 allocsize = ConstantExpr::getTruncOrBitCast(allocsize, IntPtrTy);
99 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem,

Completed in 607 milliseconds

1 2 3