Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AT

104   // Add the vtable at the start of the object.
245 llvm::ArrayType *AT = cast<llvm::ArrayType>(LastElt->getType());
246 assert(AT->getElementType()->isIntegerTy(CharWidth) &&
247 AT->getNumElements() != 0 &&
251 NextFieldOffsetInChars -= CharUnits::fromQuantity(AT->getNumElements());
255 AppendPadding(CharUnits::fromQuantity(AT->getNumElements()-1));
290 "Should have at least one bit left!");
499 // we must have a flexible array member at the end.
859 // Resize the string to the right size, adding zeros at the end, or