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

1 2 3

  /external/llvm/include/llvm/Support/
IntegersSubsetMapping.h 32 class IntTy = IntItem>
40 typedef IntRange<IntTy> RangeTy;
46 RangeEx(const IntTy &C) : RangeTy(C), Weight(1) {}
47 RangeEx(const IntTy &L, const IntTy &H) : RangeTy(L, H), Weight(1) {}
48 RangeEx(const IntTy &L, const IntTy &H, unsigned W) :
58 typedef IntegersSubsetMapping<SuccessorClass, IntegersSubsetTy, IntTy> self;
117 IntTy OpenPt;
128 IntegersSubsetMapping<SuccessorClass, IntegersSubsetTy, IntTy> MappingTy
    [all...]
IntegersSubset.h 88 #define INT_ITEM_DEFINE_OP_STANDARD_INT(RetTy, op, IntTy) \
89 RetTy operator op (IntTy RHS) const { \
279 template <class IntTy>
287 typedef std::vector<IntTy> FlatCollectionTy;
288 typedef std::pair<IntTy*, IntTy*> RangeLinkTy;
292 typedef IntegersSubsetGeneric<IntTy> self;
352 typedef IntRange<IntTy> Range;
357 bool isSatisfies(const IntTy &CheckingVal) const {
448 const IntTy& getSingleNumber(unsigned idx) const
    [all...]
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 34 llvm::Type *IntTy, *SizeTy;
52 IntTy = Types.ConvertType(Ctx.IntTy);
65 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
74 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy,
109 llvm::Constant *Zero = llvm::ConstantInt::get(IntTy, 0);
CodeGenTBAA.cpp 111 return getTBAAInfo(Context.IntTy);
CGObjCMac.cpp 173 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
439 llvm::FunctionType::get(CGM.IntTy, args, false);
448 llvm::FunctionType::get(CGM.IntTy, args, false);
    [all...]
CGObjCGNU.cpp 142 llvm::IntegerType *IntTy;
635 PtrTy, PtrTy, IntTy, IMPTy, NULL);
    [all...]
CGBlocks.cpp 255 llvm::tie(intSize, intAlign) = C.getTypeInfoInChars(C.IntTy);
270 llvm::Type *intTy = CGM.getTypes().ConvertType(C.IntTy);
272 elementTypes.push_back(intTy);
273 elementTypes.push_back(intTy);
661 Builder.CreateStore(llvm::ConstantInt::get(IntTy, flags.getBitMask()),
663 Builder.CreateStore(llvm::ConstantInt::get(IntTy, 0),
837 VoidPtrTy, IntTy, IntTy, VoidPtrTy,
    [all...]
  /external/llvm/include/llvm/ADT/
StringExtras.h 38 template<typename IntTy>
39 static inline char *utohex_buffer(IntTy X, char *BufferEnd) {
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriterPass.cpp 68 Type *IntTy = SI->getCondition()->getType();
84 CaseBuilder.add(IntItem::fromType(IntTy, V));
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriterPass.cpp 68 Type *IntTy = SI->getCondition()->getType();
84 CaseBuilder.add(IntItem::fromType(IntTy, V));
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 146 IntegerType *IntTy = TD->getIntPtrType(Inst->getContext());
147 Value *NeededSizeVal = ConstantInt::get(IntTy, NeededSize);
161 Value *Cmp1 = Builder->CreateICmpSLT(Offset, ConstantInt::get(IntTy, 0));
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 692 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8);
699 A = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
701 else if (A->getType() != IntTy)
702 A = ConstantFoldInstOperands(Instruction::BitCast, IntTy,
705 B = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
707 else if (B->getType() != IntTy)
708 B = ConstantFoldInstOperands(Instruction::BitCast, IntTy,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 381 IntegerType *IntTy = TD->getIntPtrType(Context);
382 IntTyBits = IntTy->getBitWidth();
566 IntTy = TD->getIntPtrType(Context);
567 Zero = ConstantInt::get(IntTy, 0);
665 FirstArg = Builder.CreateZExt(FirstArg, IntTy);
670 SecondArg = Builder.CreateZExt(SecondArg, IntTy);
715 PHINode *SizePHI = Builder.CreatePHI(IntTy, PHI.getNumIncomingValues());
716 PHINode *OffsetPHI = Builder.CreatePHI(IntTy, PHI.getNumIncomingValues());
727 OffsetPHI->replaceAllUsesWith(UndefValue::get(IntTy));
729 SizePHI->replaceAllUsesWith(UndefValue::get(IntTy));
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/clang/lib/Sema/
AttributeList.cpp 100 C.IntTy, TokLoc);
SemaType.cpp 695 case DeclSpec::TSW_unspecified: Result = Context.IntTy; break;
750 Result = Context.IntTy;
761 Result = Context.IntTy;
838 Result = Context.IntTy;
849 Result = Context.IntTy;
861 Result = Context.IntTy;
881 Result = Context.IntTy;
887 Result = Context.IntTy;
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 263 Type *IntTy);
265 Type *ExpandTy, Type *IntTy, bool useSubtract);
MemoryBuiltins.h 220 IntegerType *IntTy;
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 253 case LengthModifier::None: return Ctx.IntTy;
265 case LengthModifier::None: return Ctx.IntTy;
318 return ArgType::PtrTo(Ctx.IntTy);
ScanfFormatString.cpp 208 return ArgType::PtrTo(Ctx.IntTy);
323 return ArgType::PtrTo(Ctx.IntTy);
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 503 C.IntTy,
504 C.getTrivialTypeSourceInfo(C.IntTy),
524 C.IntTy,
529 llvm::APInt(C.getTypeSize(C.IntTy), 0), C.IntTy, Loc);
535 C.IntTy,
542 llvm::APInt(C.getTypeSize(C.IntTy), NumArrayElements), C.IntTy, Loc);
548 C.IntTy,
557 C.IntTy,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 69 ArrayIndexTy(context.IntTy),
127 return getContext().IntTy;
BasicValueFactory.h 120 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy;
  /external/llvm/lib/VMCore/
ValueTypes.cpp 24 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits());
25 return getVectorVT(Context, IntTy, getVectorNumElements());
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 498 MVT IntTy = MVT::getIntegerVT(BitWidth);
499 MVT VecTy = MVT::getVectorVT(IntTy, getVectorNumElements());

Completed in 1000 milliseconds

1 2 3