Home | History | Annotate | Download | only in Sema

Lines Matching refs:getZExtValue

153     cast<ConstantArrayType>(Str->getType())->getSize().getZExtValue();
184 if (StrLength > CAT->getSize().getZExtValue())
190 if (StrLength-1 > CAT->getSize().getZExtValue())
573 NumElements = CAType->getSize().getZExtValue();
660 maxElements = static_cast<int>(CAT->getSize().getZExtValue());
2182 if (DesignatedStartIndex.getZExtValue()!=DesignatedEndIndex.getZExtValue()&&
2236 StrLen = cast<ConstantArrayType>(AT)->getSize().getZExtValue();
2258 StrLen = cast<ConstantArrayType>(AT)->getSize().getZExtValue();
2278 DesignatedEndIndex.getZExtValue() >= StructuredList->getNumInits())
2280 DesignatedEndIndex.getZExtValue() + 1);
2286 unsigned ElementIndex = DesignatedStartIndex.getZExtValue();
2307 ElementIndex = DesignatedStartIndex.getZExtValue();
2397 NumElements = CAType->getSize().getZExtValue();