Lines Matching refs:getQuantity

125   Name += llvm::to_string(BlockInfo.BlockSize.getQuantity()) + "_";  in getBlockDescriptorName()
132 Name += llvm::to_string(BlockInfo.BlockAlign.getQuantity()) + "_"; in getBlockDescriptorName()
139 Name += llvm::to_string(E.Capture->getOffset().getQuantity()); in getBlockDescriptorName()
222 elements.addInt(ulong, blockInfo.BlockSize.getQuantity()); in buildBlockDescriptor()
445 return CharUnits::fromQuantity(v.getQuantity() & (~v.getQuantity() + 1)); in getLowBit()
470 2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity(); in initializeForBlockHeader()
471 unsigned BlockAlign = GenPtrAlign.getQuantity(); in initializeForBlockHeader()
744 padding.getQuantity())); in computeBlockInfo()
762 padding.getQuantity())); in computeBlockInfo()
878 llvm::ConstantInt::get(IntTy, blockInfo.BlockSize.getQuantity()), in EmitBlockLiteral()
881 llvm::ConstantInt::get(IntTy, blockInfo.BlockAlign.getQuantity()), in EmitBlockLiteral()
1342 fields.addInt(CGM.IntTy, blockInfo.BlockSize.getQuantity()); in buildGlobalBlock()
1343 fields.addInt(CGM.IntTy, blockInfo.BlockAlign.getQuantity()); in buildGlobalBlock()
1844 Name += llvm::to_string(BlockAlignment.getQuantity()) + "_"; in getCopyDestroyHelperFuncName()
1847 Name += llvm::to_string(E.Capture->getOffset().getQuantity()); in getCopyDestroyHelperFuncName()
2721 llvm::ArrayType::get(Int8Ty, (varOffset - size).getQuantity()); in getBlockByrefInfo()
2728 > varAlign.getQuantity()) { in getBlockByrefInfo()
2838 V = llvm::ConstantInt::get(IntTy, byrefSize.getQuantity()); in emitByrefStructureInit()