HomeSort by relevance Sort by last modified time
    Searched refs:IntegerType (Results 26 - 50 of 172) sorted by null

12 3 4 5 6 7

  /external/llvm/lib/IR/
ConstantFold.cpp 61 Type *Ty = IntegerType::get(CV->getContext(), 32);
95 IntegerType *FakeIntPtrTy = Type::getInt64Ty(DstTy->getContext());
214 (cast<IntegerType>(C->getType())->getBitWidth() & 7) == 0 &&
216 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8;
278 return Constant::getNullValue(IntegerType::get(CE->getContext(),
300 return Constant::getNullValue(IntegerType::get(CE->getContext(),
312 cast<IntegerType>(CE->getOperand(0)->getType())->getBitWidth();
316 return Constant::getNullValue(IntegerType::get(CE->getContext(),
336 return ConstantExpr::getTrunc(Res, IntegerType::get(C->getContext(),
386 getFoldedSizeOf(PointerType::get(IntegerType::get(PTy->getContext(), 1)
    [all...]
MDBuilder.cpp 69 Type *Ty = IntegerType::get(Context, Lo.getBitWidth());
168 IntegerType *Int64 = Type::getInt64Ty(Context);
DataLayout.cpp 699 IntegerType *DataLayout::getIntPtrType(LLVMContext &C,
701 return IntegerType::get(C, getPointerSizeInBits(AddressSpace));
708 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits);
Function.cpp 772 return IntegerType::get(Context, D.Integer_Width);
793 return IntegerType::get(Context, 2 * cast<IntegerType>(Ty)->getBitWidth());
800 IntegerType *ITy = cast<IntegerType>(Ty);
802 return IntegerType::get(Context, ITy->getBitWidth() / 2);
    [all...]
  /art/runtime/verifier/
reg_type_cache.h 103 const IntegerType& Integer() SHARED_REQUIRES(Locks::mutator_lock_) {
104 return *IntegerType::GetInstance();
reg_type.cc 48 const IntegerType* IntegerType::instance_ = nullptr;
121 std::string IntegerType::Dump() const {
239 const IntegerType* IntegerType::CreateInstance(mirror::Class* klass, const StringPiece& descriptor,
242 instance_ = new IntegerType(klass, descriptor, cache_id);
246 void IntegerType::Destroy() {
reg_type.h 376 class IntegerType : public Cat1Type {
380 static const IntegerType* CreateInstance(mirror::Class* klass,
384 static const IntegerType* GetInstance() PURE;
388 IntegerType(mirror::Class* klass, const StringPiece& descriptor,
391 static const IntegerType* instance_;
    [all...]
reg_type_cache.cc 60 entries_.push_back(IntegerType::GetInstance());
119 return *IntegerType::GetInstance();
295 IntegerType::Destroy();
332 CreatePrimitiveTypeInstance<IntegerType>("I");
652 IntegerType::GetInstance()->VisitRoots(visitor, ri);
  /external/llvm/include/llvm/IR/
DataLayout.h 38 class IntegerType;
421 IntegerType *getIntPtrType(LLVMContext &C, unsigned AddressSpace = 0) const;
Constants.h 34 class IntegerType;
51 ConstantInt(IntegerType *Ty, const APInt& V);
79 static ConstantInt *get(IntegerType *Ty, uint64_t V,
87 static ConstantInt *getSigned(IntegerType *Ty, int64_t V);
96 static ConstantInt *get(IntegerType *Ty, StringRef Str,
137 /// getType - Specialize the getType() method to always return an IntegerType,
140 inline IntegerType *getType() const {
141 return cast<IntegerType>(Value::getType());
    [all...]
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 182 if (IntegerType *ITy =
183 dyn_cast<IntegerType>(ATy->getElementType())) {
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 205 Ptr, PointerType::get(IntegerType::get(Ptr->getContext(), TotalSize),
214 cast<IntegerType>(L.Load->getType()),
ScalarReplAggregates.cpp 384 NewTy = IntegerType::get(AI->getContext(), BitWidth);
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 37 IntegerType* Int1 = IntegerType::get(C, 1);
127 IntegerType* Int1 = IntegerType::get(C, 1);
294 Type *I8Ty = IntegerType::get(C, 8);
295 Type *I32Ty = IntegerType::get(C, 32);
462 IntegerType *Int16SizePtr = DL.getIntPtrType(C, 1);
463 IntegerType *Int64SizePtr = DL.getIntPtrType(C, 2);
IRBuilderTest.cpp 121 IntegerType *Ty1 = Builder.getInt1Ty();
122 EXPECT_EQ(Ty1, IntegerType::get(Ctx, 1));
125 IntegerType *IntPtrTy = Builder.getIntPtrTy(*DL);
127 EXPECT_EQ(IntPtrTy, IntegerType::get(Ctx, IntPtrBitSize));
VerifierTest.cpp 41 Constant *Zero32 = ConstantInt::get(IntegerType::get(C, 32), 0);
LegacyPassManagerTest.cpp 410 /*Result=*/IntegerType::get(getGlobalContext(), 32),
415 FuncTy_2_args.push_back(IntegerType::get(getGlobalContext(), 1));
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 217 IntegerType *Int1Ty;
218 IntegerType *Int8Ty;
219 IntegerType *Int32Ty;
221 IntegerType *Int64Ty;
222 IntegerType *IntPtrTy;
333 auto BitsType = cast<IntegerType>(Bits->getType());
421 IntegerType *BitsTy;
    [all...]
  /external/llvm/lib/Analysis/
MemoryLocation.cpp 103 isa<IntegerType>(MemsetType->getParamType(2)))
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 52 IntegerType *getCorrespondingIntegerType(Type *T, const DataLayout &DL);
200 IntegerType *AtomicExpand::getCorrespondingIntegerType(Type *T,
205 return IntegerType::get(T->getContext(), BitWidth);
440 StoreSuccess, ConstantInt::get(IntegerType::get(Ctx, 32), 0), "tryagain");
LowerEmuTLS.cpp 110 IntegerType *WordType = DL.getIntPtrType(C);
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 67 switch (cast<IntegerType>(Ty)->getBitWidth()) {
116 switch (cast<IntegerType>(Ty)->getBitWidth()) {
136 switch (cast<IntegerType>(Ty)->getBitWidth()) {
226 switch (cast<IntegerType>(RetTy)->getBitWidth()) {
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CodeGenTypes.cpp 91 return llvm::IntegerType::get(getLLVMContext(),
427 ResultType = llvm::IntegerType::get(getLLVMContext(),
453 ResultType = llvm::IntegerType::get(getLLVMContext(), 128);
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 121 uint32_t BitWidth = cast<IntegerType>(UseInst->getType())->getBitWidth();
377 unsigned BitWidth = cast<IntegerType>(BO->getType())->getBitWidth();
378 Type *WideTy = IntegerType::get(BO->getContext(), BitWidth * 2);

Completed in 1086 milliseconds

12 3 4 5 6 7