Searched refs:BoundType (Results 1 – 6 of 6) sorted by relevance
369 DISubrange::BoundType DISubrange::getCount() const { in getCount()372 return BoundType(); in getCount()379 return BoundType(cast<ConstantInt>(MD->getValue())); in getCount()382 return BoundType(MD); in getCount()385 return BoundType(MD); in getCount()387 return BoundType(); in getCount()390 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound()393 return BoundType(); in getLowerBound()400 return BoundType(cast<ConstantInt>(MD->getValue())); in getLowerBound()403 return BoundType(MD); in getLowerBound()[all …]
677 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()678 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange()679 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
614 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,615 DIGenericSubrange::BoundType LowerBound,616 DIGenericSubrange::BoundType UpperBound,617 DIGenericSubrange::BoundType Stride);
347 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef349 BoundType getCount() const;351 BoundType getLowerBound() const;353 BoundType getUpperBound() const;355 BoundType getStride() const;396 using BoundType = PointerUnion<DIVariable *, DIExpression *>; variable398 BoundType getCount() const;399 BoundType getLowerBound() const;400 BoundType getUpperBound() const;401 BoundType getStride() const;
168 NdbIndexScanOperation::BoundType bt; in ndb_filter_set()
1312 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()1351 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()